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.cpp129 case ONEBYTE: in decode()
933 insn->opcodeType = ONEBYTE; in readOpcode()
1103 case ONEBYTE: in getInstructionIDWithAttrMask()
1301 if (insn->opcodeType == ONEBYTE) { in getInstructionID()
1337 if (insn->rex2ExtensionPrefix[0] == 0xd5 && insn->opcodeType == ONEBYTE && in getInstructionID()
1344 if (insn->opcodeType == ONEBYTE && insn->opcode == 0xE3) in getInstructionID()
1349 if (!insn->hasOpSize && insn->opcodeType == ONEBYTE && in getInstructionID()
1398 if ((insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0)) || in getInstructionID()
1413 if (insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0)) in getInstructionID()
1461 if (insn->opcodeType == ONEBYTE && insn->opcode == 0x90 && in getInstructionID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h373 ONEBYTE = 0, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp866 opcodeType = ONEBYTE; in emitDecodePath()