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.cpp925 insn->opcodeType = ONEBYTE; in readOpcode()
934 insn->opcodeType = TWOBYTE; in readOpcode()
937 insn->opcodeType = THREEBYTE_38; in readOpcode()
940 insn->opcodeType = THREEBYTE_3A; in readOpcode()
943 insn->opcodeType = MAP4; in readOpcode()
946 insn->opcodeType = MAP5; in readOpcode()
949 insn->opcodeType = MAP6; in readOpcode()
952 insn->opcodeType = MAP7; in readOpcode()
963 insn->opcodeType = TWOBYTE; in readOpcode()
966 insn->opcodeType = THREEBYTE_38; in readOpcode()
[all …]
H A DX86DisassemblerDecoder.h734 OpcodeType opcodeType; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp831 std::optional<OpcodeType> opcodeType; in emitDecodePath() local
836 opcodeType = ONEBYTE; in emitDecodePath()
839 opcodeType = TWOBYTE; in emitDecodePath()
842 opcodeType = THREEBYTE_38; in emitDecodePath()
845 opcodeType = THREEBYTE_3A; in emitDecodePath()
848 opcodeType = XOP8_MAP; in emitDecodePath()
851 opcodeType = XOP9_MAP; in emitDecodePath()
854 opcodeType = XOPA_MAP; in emitDecodePath()
857 opcodeType = THREEDNOW_MAP; in emitDecodePath()
860 opcodeType = MAP4; in emitDecodePath()
[all …]