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 380 if (insn->mode == MODE_64BIT && (nextByte & 0xf0) == 0x40) {
472 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) &&
495 if (insn->mode == MODE_64BIT) {
516 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
532 if (insn->mode == MODE_64BIT) {
553 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
564 if (insn->mode == MODE_64BIT) {
607 if (insn->mode == MODE_64BIT) {
630 if (insn->mode == MODE_64BIT) {
663 } else if (insn->mode == MODE_64BIT) {
    [all...]
X86Disassembler.cpp 93 fMode = MODE_64BIT;
243 if (insn.mode == MODE_64BIT)
268 if (insn.mode == MODE_64BIT)
546 if (insn.mode == MODE_64BIT){
X86DisassemblerDecoderCommon.h 492 MODE_64BIT

Completed in 89 milliseconds