OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_64bit
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
377
if (insn->mode ==
MODE_64BIT
&& (nextByte & 0xf0) == 0x40) {
469
if ((insn->mode ==
MODE_64BIT
|| (byte1 & 0xc0) == 0xc0) &&
491
if (insn->mode ==
MODE_64BIT
) {
511
if (insn->mode ==
MODE_64BIT
|| (byte1 & 0xc0) == 0xc0) {
526
if (insn->mode ==
MODE_64BIT
) {
546
if (insn->mode ==
MODE_64BIT
|| (byte1 & 0xc0) == 0xc0) {
556
if (insn->mode ==
MODE_64BIT
) {
596
if (insn->mode ==
MODE_64BIT
) {
617
if (insn->mode ==
MODE_64BIT
) {
650
} else if (insn->mode ==
MODE_64BIT
) {
[
all
...]
X86Disassembler.cpp
91
fMode =
MODE_64BIT
;
244
if (insn.mode ==
MODE_64BIT
)
269
if (insn.mode ==
MODE_64BIT
)
738
if (insn.mode ==
MODE_64BIT
){
[
all
...]
X86DisassemblerDecoderCommon.h
[
all
...]
/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
...]
Completed in 1522 milliseconds