Home
last modified time | relevance | path

Searched refs:threeByteEscape (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c553 insn->threeByteEscape = 0x38; in readOpcode()
558 insn->threeByteEscape = 0x3a; in readOpcode()
584 insn->threeByteEscape = current; in readOpcode()
593 insn->threeByteEscape = current; in readOpcode()
602 insn->threeByteEscape = current; in readOpcode()
611 insn->threeByteEscape = current; in readOpcode()
DX86DisassemblerDecoder.h469 uint8_t threeByteEscape; member