HomeSort by relevance Sort by last modified time
    Searched full:mode_64bit (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 374 if (insn->mode == MODE_64BIT && (nextByte & 0xf0) == 0x40) {
466 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) &&
488 if (insn->mode == MODE_64BIT) {
508 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
523 if (insn->mode == MODE_64BIT) {
543 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
553 if (insn->mode == MODE_64BIT) {
593 if (insn->mode == MODE_64BIT) {
614 if (insn->mode == MODE_64BIT) {
647 } else if (insn->mode == MODE_64BIT) {
    [all...]
X86Disassembler.cpp 164 fMode = MODE_64BIT;
317 if (insn.mode == MODE_64BIT)
342 if (insn.mode == MODE_64BIT)
    [all...]
X86DisassemblerDecoderCommon.h 487 MODE_64BIT
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c 141 mode_64bit enumerator in enum:address_mode
    [all...]
ChangeLog-2005 79 (mode_64bit): Removed.
80 (ckprefix): Updated to check address_mode instead of mode_64bit.
743 * i386-dis.c (prefix_name): Remove pointless mode_64bit check.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 394 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
410 if (insn->mode == MODE_64BIT) {
438 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
449 if (insn->mode == MODE_64BIT) {
467 if (insn->mode == MODE_64BIT) {
500 } else if (insn->mode == MODE_64BIT) {
723 if (insn->mode == MODE_64BIT)
    [all...]
X86Disassembler.h 149 X86GenericDisassembler(STI, MODE_64BIT) {
X86DisassemblerDecoderCommon.h 382 MODE_64BIT
X86Disassembler.cpp 362 if (insn.mode == MODE_64BIT)

Completed in 4700 milliseconds