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

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 377 if (insn->mode == MODE_64BIT && (nextByte & 0xf0) == 0x40) {
469 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) &&
491 if (insn->mode == MODE_64BIT) {
511 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
526 if (insn->mode == MODE_64BIT) {
546 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
556 if (insn->mode == MODE_64BIT) {
596 if (insn->mode == MODE_64BIT) {
617 if (insn->mode == MODE_64BIT) {
650 } else if (insn->mode == MODE_64BIT) {
    [all...]
X86Disassembler.cpp 92 fMode = MODE_64BIT;
243 if (insn.mode == MODE_64BIT)
268 if (insn.mode == MODE_64BIT)
729 if (insn.mode == MODE_64BIT){
    [all...]
X86DisassemblerDecoderCommon.h     [all...]

Completed in 186 milliseconds