/external/syslinux/com32/lib/syslinux/ |
disk.c | 60 if (!(outreg->eflags.l & EFLAGS_CF)) 89 inreg.eflags.b[0] = 0x3; /* CF set */ 93 if (!(outreg.eflags.l & EFLAGS_CF) && 115 if (!(outreg.eflags.l & EFLAGS_CF)) { 136 if (outreg.eflags.l & EFLAGS_CF) {
|
/art/runtime/ |
runtime_common.cc | 163 DumpRegister32(os, "eflags", context->__ss.__eflags); 189 DumpRegister32(os, "eflags", context.gregs[REG_EFL]); 227 DumpRegister32(os, "eflags", context.gregs[REG_EFL]);
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
efi32.asm | 291 ;; eflags
390 mov esi, offset StringEflags ; eflags
574 StringEflags db " EFLAGS=",0
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/ |
SmmBase.h | 163 UINT32 EFLAGS;
210 UINT32 EFLAGS; // FFE8
339 UINT32 EFLAGS;
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
AsmFuncs.S | 177 # + EFlags +
293 ## UINT32 EFlags;
367 ## UINT32 EFlags;
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
ExceptionHandlerAsm.S | 267 #; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
378 pushq 0x18(%rax) # save EFLAGS in new location
380 popfq # restore EFLAGS
|
ExceptionHandlerAsm.asm | 248 ;; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
357 push [rax + 18h] ; save EFLAGS in new location
359 popfq ; restore EFLAGS
|
/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/syslinux/com32/gpllib/ |
memory.c | 131 if (oreg.eflags.l & EFLAGS_CF || oreg.ecx.l < 20) 190 if (oreg.eflags.l & EFLAGS_CF) 217 if (oreg.eflags.l & EFLAGS_CF)
|
/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
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
GccInline.c | 178 Reads the current value of the EFLAGS register.
180 Reads and returns the current value of the EFLAGS register. This function is
184 @return EFLAGS on IA-32 or RFLAGS on X64.
193 UINTN Eflags;
198 : "=r" (Eflags)
201 return Eflags;
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
GccInline.c | 188 Reads the current value of the EFLAGS register.
190 Reads and returns the current value of the EFLAGS register. This function is
194 @return EFLAGS on IA-32 or RFLAGS on X64.
203 UINTN Eflags;
208 : "=r" (Eflags) // %0
211 return Eflags;
|
/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/kernel-headers/original/uapi/asm-x86/asm/ |
sigcontext.h | 316 __u32 eflags; member in struct:sigcontext 342 __u64 eflags; /* RFLAGS */ member in struct:sigcontext
|
/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 | 37 ; DEAD-NEXT: IMUL32rr{{.*}}implicit-def dead %eflags 38 ; DEAD-NEXT: IMUL32rr{{.*}}implicit-def dead %eflags
|
/external/swiftshader/third_party/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>
|
/external/swiftshader/third_party/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
|
/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. */
|
/external/valgrind/docs/internals/ |
register-uses.txt | 22 eflags n n/a y 50 eflags n n/a y
|