OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MODE_64BIT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c
352
if (insn->mode ==
MODE_64BIT
&& (nextByte & 0xf0) == 0x40) {
439
if (insn->mode ==
MODE_64BIT
|| (byte1 & 0xc0) == 0xc0) {
455
if (insn->mode ==
MODE_64BIT
) {
483
if (insn->mode ==
MODE_64BIT
|| (byte1 & 0xc0) == 0xc0) {
494
if (insn->mode ==
MODE_64BIT
) {
512
if (insn->mode ==
MODE_64BIT
) {
545
} else if (insn->mode ==
MODE_64BIT
) {
768
if (insn->mode ==
MODE_64BIT
)
[
all
...]
X86Disassembler.cpp
464
if (insn.mode ==
MODE_64BIT
){
724
return new X86Disassembler::X86GenericDisassembler(STI,
MODE_64BIT
,
X86DisassemblerDecoderCommon.h
497
MODE_64BIT
Completed in 26 milliseconds