Home
last modified time | relevance | path

Searched refs:MODE_64BIT (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp287 if (insn->mode == MODE_64BIT) in isREX()
464 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) && in readPrefixes()
485 if (insn->mode == MODE_64BIT) { in readPrefixes()
505 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes()
517 if (insn->mode == MODE_64BIT) in readPrefixes()
536 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes()
545 if (insn->mode == MODE_64BIT) in readPrefixes()
581 if (insn->mode == MODE_64BIT) in readPrefixes()
618 } else if (insn->mode == MODE_64BIT) { in readPrefixes()
861 if (insn->mode == MODE_64BIT) in getID()
[all …]
DX86Disassembler.cpp165 fMode = MODE_64BIT; in X86GenericDisassembler()
334 if (insn.mode == MODE_64BIT) in translateSrcIndex()
359 if (insn.mode == MODE_64BIT) in translateDstIndex()
788 (insn.sibBase == SIB_BASE_NONE && insn.mode != MODE_64BIT) || in translateRMMemory()
806 if (insn.mode == MODE_64BIT){ in translateRMMemory()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp374 if (insn->mode == MODE_64BIT && (nextByte & 0xf0) == 0x40) { in readPrefixes()
466 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) && in readPrefixes()
488 if (insn->mode == MODE_64BIT) { in readPrefixes()
508 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { in readPrefixes()
523 if (insn->mode == MODE_64BIT) { in readPrefixes()
543 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { in readPrefixes()
553 if (insn->mode == MODE_64BIT) { in readPrefixes()
593 if (insn->mode == MODE_64BIT) { in readPrefixes()
614 if (insn->mode == MODE_64BIT) { in readPrefixes()
647 } else if (insn->mode == MODE_64BIT) { in readPrefixes()
[all …]
DX86Disassembler.cpp164 fMode = MODE_64BIT; in X86GenericDisassembler()
317 if (insn.mode == MODE_64BIT) in translateSrcIndex()
342 if (insn.mode == MODE_64BIT) in translateDstIndex()
811 if (insn.mode == MODE_64BIT){ in translateRMMemory()
DX86DisassemblerDecoderCommon.h487 MODE_64BIT enumerator
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c487 if (insn->mode == MODE_64BIT) { in readPrefixes()
561 if (insn->mode == MODE_64BIT && (nextByte & 0xf0) == 0x40) { in readPrefixes()
689 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) && in readPrefixes()
719 if (insn->mode == MODE_64BIT) { in readPrefixes()
744 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { in readPrefixes()
760 if (insn->mode == MODE_64BIT) { in readPrefixes()
777 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { in readPrefixes()
788 if (insn->mode == MODE_64BIT) { in readPrefixes()
825 if (insn->mode == MODE_64BIT) { in readPrefixes()
842 if (insn->mode == MODE_64BIT) { in readPrefixes()
[all …]
DX86Disassembler.c96 if (insn->mode == MODE_64BIT) in translateSrcIndex()
120 if (insn->mode == MODE_64BIT) in translateDstIndex()
474 if (insn->mode == MODE_64BIT) { in translateRMMemory()
827 MODE_64BIT); in X86_getInstruction()
DX86DisassemblerDecoderCommon.h535 MODE_64BIT enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c394 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { in readPrefixes()
410 if (insn->mode == MODE_64BIT) { in readPrefixes()
438 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { in readPrefixes()
449 if (insn->mode == MODE_64BIT) { in readPrefixes()
467 if (insn->mode == MODE_64BIT) { in readPrefixes()
500 } else if (insn->mode == MODE_64BIT) { in readPrefixes()
723 if (insn->mode == MODE_64BIT) in getID()
1456 if (insn->mode != MODE_64BIT) in readVVVV()
DX86Disassembler.h149 X86GenericDisassembler(STI, MODE_64BIT) { in X86_64Disassembler()
DX86DisassemblerDecoderCommon.h382 MODE_64BIT enumerator
DX86Disassembler.cpp362 if (insn.mode == MODE_64BIT) in translateRMMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h469 MODE_64BIT enumerator