HomeSort by relevance Sort by last modified time
    Searched full:eflags (Results 626 - 650 of 964) sorted by null

<<21222324252627282930>>

  /external/syslinux/com32/modules/
meminfo.c 66 if (oreg.eflags.l & EFLAGS_CF ||
  /external/syslinux/core/
bios.c 185 return (reg.eflags.l & EFLAGS_CF) ? -1 : 0;
563 if ((oreg.eflags.l & EFLAGS_CF) ||
610 if (!(oreg.eflags.l & EFLAGS_CF) && oreg.ecx.w[0]) {
629 if (!(oreg.eflags.l & EFLAGS_CF) && oreg.eax.w[0]) {
  /external/syslinux/gpxe/src/arch/i386/core/
gdbidt.S 144 /* When invoked, the stack contains: eflags, cs, eip, signo. */
  /external/valgrind/VEX/pub/
libvex_emnote.h 79 /* settings to %eflags.ac (alignment check) are noted but ignored */
  /external/valgrind/coregrind/m_gdbserver/
64bit-core.xml 48 <reg name="eflags" bitsize="32" type="i386_eflags"/>
  /external/valgrind/none/tests/amd64/
sse4-64.stdout.exp     [all...]
sse4-64.stdout.exp-older-glibc     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_darwin_386.go 315 eflags uint32
defs_darwin_amd64.go 318 eflags uint32
defs_linux_amd64.go 248 eflags uint64
  /prebuilts/go/linux-x86/src/runtime/
defs_darwin_386.go 315 eflags uint32
defs_darwin_amd64.go 318 eflags uint32
defs_linux_amd64.go 248 eflags uint64
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 114 extern int cflags, eflags;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-i386.d 79 DW_CFA_undefined: r9 \(eflags\)
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 548 REG_EFLAGS, "EFLAGS",
1221 int eflags; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 548 REG_EFLAGS, "EFLAGS",
1221 int eflags; local
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 210 /// This would be the case, if the eflags is live-in of the region
221 if (Reg != X86::EFLAGS)
224 // This terminator needs an eflags that is not defined
226 // EFLAGS is live-in of the region composed by the terminators.
229 // This terminator defines the eflags, i.e., we don't need to preserve it.
234 // We found a definition of the eflags, no need to preserve them.
239 // None of the terminators use or define the eflags.
242 if (Succ->isLiveIn(X86::EFLAGS))
280 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
329 // We need to use LEA operations if EFLAGS is live in, becaus
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.S 90 pushq $0 # reserved high order 32 bits of EFlags
204 leaw 4(%esp),%sp # skip high order 32 bits of EFlags
Thunk16.asm 84 push 0 ; reserved high order 32 bits of EFlags
192 lea sp, [esp + 4] ; skip high order 32 bits of EFlags
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
Thunk.c 381 // For all errors, set EFLAGS.CF (used by legacy BIOS to indicate error).
519 // For all errors, set EFLAGS.CF (used by legacy BIOS to indicate error).
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 200 CopyMem (&(ThunkRegSet.E.EFLAGS.UintN), &(Regs->X.Flags), sizeof (Regs->X.Flags));
344 CopyMem (&(Regs->X.Flags), &(ThunkRegSet.E.EFLAGS.UintN), sizeof (Regs->X.Flags));
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 90 pushq $0 # reserved high order 32 bits of EFlags
198 leaw 4(%esp),%sp # skip high order 32 bits of EFlags
Thunk16.asm 86 push 0 ; reserved high order 32 bits of EFlags
194 lea sp, [esp + 4] ; skip high order 32 bits of EFlags
Thunk16.nasm 92 push dword 0 ; reserved high order 32 bits of EFlags
193 lea esp, [esp + 4] ; skip high order 32 bits of EFlags

Completed in 630 milliseconds

<<21222324252627282930>>