Home
last modified time | relevance | path

Searched refs:opcodeType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp933 insn->opcodeType = ONEBYTE; in readOpcode()
942 insn->opcodeType = TWOBYTE; in readOpcode()
945 insn->opcodeType = THREEBYTE_38; in readOpcode()
948 insn->opcodeType = THREEBYTE_3A; in readOpcode()
951 insn->opcodeType = MAP4; in readOpcode()
954 insn->opcodeType = MAP5; in readOpcode()
957 insn->opcodeType = MAP6; in readOpcode()
960 insn->opcodeType = MAP7; in readOpcode()
971 insn->opcodeType = TWOBYTE; in readOpcode()
974 insn->opcodeType = THREEBYTE_38; in readOpcode()
[all …]
H A DX86DisassemblerDecoder.h741 OpcodeType opcodeType; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp861 std::optional<OpcodeType> opcodeType; in emitDecodePath() local
866 opcodeType = ONEBYTE; in emitDecodePath()
869 opcodeType = TWOBYTE; in emitDecodePath()
872 opcodeType = THREEBYTE_38; in emitDecodePath()
875 opcodeType = THREEBYTE_3A; in emitDecodePath()
878 opcodeType = XOP8_MAP; in emitDecodePath()
881 opcodeType = XOP9_MAP; in emitDecodePath()
884 opcodeType = XOPA_MAP; in emitDecodePath()
887 opcodeType = THREEDNOW_MAP; in emitDecodePath()
890 opcodeType = MAP4; in emitDecodePath()
[all …]