/art/runtime/ |
runtime_linux.cc | 173 DumpRegister32(os, "eflags", context->__ss.__eflags); 199 DumpRegister32(os, "eflags", context.gregs[REG_EFL]); 237 DumpRegister32(os, "eflags", context.gregs[REG_EFL]);
|
/external/llvm/docs/TableGen/ |
index.rst | 64 ECX, EDI, EDX, EFLAGS, EIP, ESI, ESP, FP0, FP1, FP2, FP3, FP4, FP5, FP6, IP, 103 list<Register> Defs = [EFLAGS]; 160 let Defs = [EFLAGS],
|
/external/valgrind/VEX/priv/ |
guest_x86_defs.h | 182 /* eflags masks */ 197 /* additional eflags masks */ 218 /* %EFLAGS thunk descriptors. A four-word thunk is used to record
|
/external/valgrind/none/tests/amd64/ |
insn_sse2.def | 41 comisd xmm.pd[1234.5678,0.0] xmm.pd[1234.5679,0.0] => eflags[0x8d5,0x000] 42 comisd xmm.pd[1234.5678,0.0] xmm.pd[1234.5677,0.0] => eflags[0x8d5,0x001] 43 comisd xmm.pd[1234.5678,0.0] xmm.pd[1234.5678,0.0] => eflags[0x8d5,0x040] 44 comisd m64.pd[1234.5678] xmm.pd[1234.5679,0.0] => eflags[0x8d5,0x000] 45 comisd m64.pd[1234.5678] xmm.pd[1234.5677,0.0] => eflags[0x8d5,0x001] 46 comisd m64.pd[1234.5678] xmm.pd[1234.5678,0.0] => eflags[0x8d5,0x040] [all...] |
/external/valgrind/none/tests/x86/ |
insn_sse2.def | 41 comisd xmm.pd[1234.5678,0.0] xmm.pd[1234.5679,0.0] => eflags[0x8d5,0x000] 42 comisd xmm.pd[1234.5678,0.0] xmm.pd[1234.5677,0.0] => eflags[0x8d5,0x001] 43 comisd xmm.pd[1234.5678,0.0] xmm.pd[1234.5678,0.0] => eflags[0x8d5,0x040] 44 comisd m64.pd[1234.5678] xmm.pd[1234.5679,0.0] => eflags[0x8d5,0x000] 45 comisd m64.pd[1234.5678] xmm.pd[1234.5677,0.0] => eflags[0x8d5,0x001] 46 comisd m64.pd[1234.5678] xmm.pd[1234.5678,0.0] => eflags[0x8d5,0x040] [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
configure.com | 397 $ eflags='eflags_name 398 $ write sys$output "Compiling ", F, ".c", eflags 399 $ cc 'CFLAGS 'eflags 'F.c
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
ucontext_reader.cc | 73 out->eflags = regs[REG_EFL]; 110 out->eflags = regs[REG_EFL];
|
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 106 %reg1025<def> = IMUL32rri8 %reg1024, 45, %EFLAGS<imp-def> 112 %reg1026<def> = IMUL32rri8 %reg1024, 78, %EFLAGS<imp-def>
|
X86InstrInfo.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
cmov.ll | 58 ; move without recomputing EFLAGS, because the expansion of the conditional 59 ; move with control flow may clobber EFLAGS (e.g., with xor, to set the
|
machine-combiner-int.ll | 32 ; DEAD-NEXT: IMUL32rr{{.*}}implicit-def dead %eflags 33 ; DEAD-NEXT: IMUL32rr{{.*}}implicit-def dead %eflags
|
coalescer-dce.ll | 19 ; Remat: %vreg10<def> = MOV64r0 %vreg10<imp-def>, %EFLAGS<imp-def,dead>, %vreg10<imp-def>; GR64:%vreg10
|
misched-new.ll | 34 ; The machine verifier checks that EFLAGS kill flags are updated when
|
/external/pcre/dist/doc/ |
pcreposix.3 | |
/external/valgrind/VEX/pub/ |
libvex_guest_amd64.h | 84 /* Bit 18 (AC) of eflags stored here, as either 0 or 1. */ 86 /* Bit 21 (ID) of eflags stored here, as either 0 or 1. */
|
/device/asus/fugu/original-kernel-headers/linux/ |
kct.h | 101 gfp_t flags, uint eflags) __weak;
|
/external/elfutils/backends/ |
i386_corenote.c | 62 GR (14, 1, 9), /* eflags */
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_cpu_x86.h | 130 uint32_t eflags; /* WinNT.h says "must be sanitized" */ member in struct:__anon11411
|
/external/google-breakpad/src/processor/ |
dump_context.cc | 324 printf(" eflags = 0x%x\n", context_x86->eflags); 446 printf(" eflags = 0x%x\n", context_amd64->eflags);
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_reg.c | 169 { REG_FLAGS_SIZE, reg_cond, 0, "eflags" },
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btTriangleRaycastCallback.java | 128 public final static class EFlags {
|
/external/libunwind/src/ptrace/ |
_UPT_reg_offset.c | 266 // UNW_R_OFF(EFLAGS, eflags) 284 /* EFLAGS = 0x38, */ 311 // UNW_R_OFF(EFLAGS, rflags)
|
/external/libunwind/src/x86/ |
Gregs.c | 87 case UNW_X86_EFLAGS: loc = c->dwarf.loc[EFLAGS]; break;
|
/external/llvm/test/CodeGen/MIR/X86/ |
used-physical-register-info.mir | 48 %eax = IMUL32rri8 %edi, 11, implicit-def %eflags
|
/external/llvm/test/CodeGen/Mips/ |
elf_eflags.ll | 1 ; This tests ELF EFLAGS setting with direct object.
|