Searched refs:MODE_64BIT (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86Disassembler.h149 X86GenericDisassembler(STI, MODE_64BIT) {
H A DX86DisassemblerDecoder.c394 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)
1456 if (insn->mode != MODE_64BIT)
H A DX86DisassemblerDecoderCommon.h382 MODE_64BIT enumerator in enum:__anon18856
H A DX86Disassembler.cpp362 if (insn.mode == MODE_64BIT)
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp374 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...]
H A DX86Disassembler.cpp164 fMode = MODE_64BIT;
317 if (insn.mode == MODE_64BIT)
342 if (insn.mode == MODE_64BIT)
811 if (insn.mode == MODE_64BIT){
H A DX86DisassemblerDecoderCommon.h487 MODE_64BIT enumerator in enum:llvm::X86Disassembler::DisassemblerMode

Completed in 311 milliseconds