HomeSort by relevance Sort by last modified time
    Searched refs:MODE_16BIT (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 640 if (insn->mode == MODE_16BIT) {
962 if (insn->mode != MODE_16BIT && isPrefixAtLocation(insn, 0x66, insn->necessaryPrefixLocation))
979 if (insn->mode == MODE_16BIT && insn->opcodeType == ONEBYTE &&
    [all...]
X86Disassembler.cpp 86 fMode = MODE_16BIT;
248 assert(insn.mode == MODE_16BIT);
273 assert(insn.mode == MODE_16BIT);
    [all...]
X86DisassemblerDecoderCommon.h     [all...]

Completed in 426 milliseconds