HomeSort by: relevance | last modified time | path
    Searched refs:ONEBYTE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 128 case ONEBYTE:
877 insn->opcodeType = ONEBYTE;
1022 case ONEBYTE:
1157 if (insn->opcodeType == ONEBYTE) {
1193 if (insn->opcodeType == ONEBYTE && insn->opcode == 0xE3)
1198 if (!insn->hasOpSize && insn->opcodeType == ONEBYTE &&
1247 if ((insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0)) ||
1261 if (insn->opcodeType == ONEBYTE && ((insn->opcode & 0xFC) == 0xA0))
1309 if (insn->opcodeType == ONEBYTE && insn->opcode == 0x90 &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h 286 ONEBYTE = 0,
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp 748 case X86Local::OB: opcodeType = ONEBYTE; break;

Completed in 51 milliseconds