Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp918 insn->opcodeType = ONEBYTE; in readOpcode()
927 insn->opcodeType = TWOBYTE; in readOpcode()
936 insn->opcodeType = MAP4; in readOpcode()
939 insn->opcodeType = MAP5; in readOpcode()
942 insn->opcodeType = MAP6; in readOpcode()
962 insn->opcodeType = MAP5; in readOpcode()
965 insn->opcodeType = MAP6; in readOpcode()
968 insn->opcodeType = MAP7; in readOpcode()
972 insn->opcodeType = TWOBYTE; in readOpcode()
993 insn->opcodeType = TWOBYTE; in readOpcode()
[all …]
H A DX86DisassemblerDecoder.h727 OpcodeType opcodeType; member
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp811 opcodeType = ONEBYTE; in emitDecodePath()
814 opcodeType = TWOBYTE; in emitDecodePath()
817 opcodeType = THREEBYTE_38; in emitDecodePath()
820 opcodeType = THREEBYTE_3A; in emitDecodePath()
823 opcodeType = XOP8_MAP; in emitDecodePath()
826 opcodeType = XOP9_MAP; in emitDecodePath()
829 opcodeType = XOPA_MAP; in emitDecodePath()
835 opcodeType = MAP4; in emitDecodePath()
838 opcodeType = MAP5; in emitDecodePath()
841 opcodeType = MAP6; in emitDecodePath()
[all …]