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

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

Completed in 112 milliseconds