Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp128 case ONEBYTE: in decode()
925 insn->opcodeType = ONEBYTE; in readOpcode()
1095 case ONEBYTE: in getInstructionIDWithAttrMask()
1289 if (insn->opcodeType == ONEBYTE) { in getInstructionID()
1325 if (insn->rex2ExtensionPrefix[0] == 0xd5 && insn->opcodeType == ONEBYTE && in getInstructionID()
1332 if (insn->opcodeType == ONEBYTE && insn->opcode == 0xE3) in getInstructionID()
1337 if (!insn->hasOpSize && insn->opcodeType == ONEBYTE && in getInstructionID()
1386 if ((insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0)) || in getInstructionID()
1401 if (insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0)) in getInstructionID()
1449 if (insn->opcodeType == ONEBYTE && insn->opcode == 0x90 && in getInstructionID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h332 ONEBYTE = 0, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp836 opcodeType = ONEBYTE; in emitDecodePath()