Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp85 case ONEBYTE: in modRMRequired()
129 case ONEBYTE: in decode()
683 insn->opcodeType = ONEBYTE; in readOpcode()
976 if (insn->mode == MODE_16BIT && insn->opcodeType == ONEBYTE && in getID()
991 if (insn->opcodeType == ONEBYTE) { in getID()
1064 if (insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0)) { in getID()
1126 if (insn->opcodeType == ONEBYTE && insn->opcode == 0x90 && in getID()
DX86DisassemblerDecoderCommon.h285 ONEBYTE = 0, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c66 case ONEBYTE: in modRMRequired()
112 case ONEBYTE: in decode()
536 insn->opcodeType = ONEBYTE; in readOpcode()
855 if (insn->opcodeType == ONEBYTE && insn->opcode == 0x90 && in getID()
DX86DisassemblerDecoderCommon.h129 ONEBYTE = 0, enumerator
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp887 opcodeType = ONEBYTE; in emitDecodePath()
899 opcodeType = ONEBYTE; in emitDecodePath()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp834 case X86Local::OB: opcodeType = ONEBYTE; break; in emitDecodePath()