Searched refs:EFLAGS (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/none/tests/x86/
H A Dbug152818-x86.stdout.exp1 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 4 (EAX = 123487FD, EFLAGS = )
2 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 3 (EAX = 123487FE, EFLAGS = )
3 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 2 (EAX = 123487FF, EFLAGS = )
4 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 1 (EAX = 123487AA, EFLAGS = )
5 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 0 (EAX = 12348765, EFLAGS
[all...]
/external/chromium_org/android_webview/tools/
H A Dgyp_webview62 EFLAGS=\
66 ${GYP} --suffix .${host_platform}-arm ${EFLAGS} -Dtarget_arch=arm
69 ${GYP} --suffix .${host_platform}-arm64 ${EFLAGS} -Dtarget_arch=arm64
72 ${GYP} --suffix .${host_platform}-x86 ${EFLAGS} -Dtarget_arch=ia32
75 ${GYP} --suffix .${host_platform}-x86_64 ${EFLAGS} -Dtarget_arch=x64
78 ${GYP} --suffix .${host_platform}-mips ${EFLAGS} -Dtarget_arch=mipsel
81 ${GYP} --suffix .${host_platform}-mips64 ${EFLAGS} -Dtarget_arch=mips64el
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h49 #define EFLAGS 144 macro
/external/libunwind/src/x86/
H A Dunwind_i.h45 #define EFLAGS 9 macro
H A DGget_save_loc.c48 case UNW_X86_EFLAGS: loc = c->dwarf.loc[EFLAGS]; break;
H A Dinit.h42 c->dwarf.loc[EFLAGS] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EFLAGS);
H A DGregs.c87 case UNW_X86_EFLAGS: loc = c->dwarf.loc[EFLAGS]; break;
H A DGos-freebsd.c131 c->dwarf.loc[EFLAGS] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_EFLAGS_OFF, 0);
H A DGos-linux.c131 c->dwarf.loc[EFLAGS] = DWARF_NULL_LOC;
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c61 " pushfl # Get original EFLAGS \n"
64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
65 " pushl %%eax # Save new EFLAGS value on stack \n"
66 " popfl # Replace current EFLAGS value \n"
67 " pushfl # Get new EFLAGS \n"
68 " popl %%eax # Store new EFLAGS in EAX \n"
81 " pushfq # Get original EFLAGS \n"
84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
85 " pushq %%rax # Save new EFLAGS value on stack \n"
86 " popfq # Replace current EFLAGS valu
[all...]
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1741 if (MO.isRegMask() && MO.clobbersPhysReg(X86::EFLAGS))
1745 if (MO.getReg() == X86::EFLAGS) {
1753 // This instruction defines EFLAGS, no need to look any further.
1761 // It is safe to clobber EFLAGS at the end of a block of no successor has it
1766 if ((*SI)->isLiveIn(X86::EFLAGS))
1775 // EFLAGS iff EFLAGS is not live-in.
1777 return !MBB.isLiveIn(X86::EFLAGS);
1787 // A register mask may clobber EFLAGS, but we should still look for a
1788 // live EFLAGS de
[all...]
H A DX86ISelLowering.cpp442 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
11686 // See if we can use the EFLAGS value from the operand instead of
11761 // Otherwise use a regular EFLAGS-setting add.
11805 // Otherwise use a regular EFLAGS-setting instruction.
11813 SDValue EFLAGS = LowerVectorAllZeroTest(Op, Subtarget, DAG);
11814 if (EFLAGS.getNode())
11815 return EFLAGS;
11929 // FUCOMI, which writes the comparison result to FPSW instead of EFLAGS. Hence
11930 // build an SDNode sequence that transfers the result from FPSW into EFLAGS:
12463 SDValue EFLAGS
[all...]
H A DX86FrameLowering.cpp195 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
338 /// usesTheStack - This function checks if any of the users of EFLAGS
339 /// copies the EFLAGS. We know that the code that lowers COPY of EFLAGS has
347 ri = MRI.reg_instr_begin(X86::EFLAGS), re = MRI.reg_instr_end();
515 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
643 // The EFLAGS implicit def is dead.
712 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit)
1709 // The EFLAGS implicit def is dead.
1727 // The EFLAGS implici
[all...]
H A DX86FloatingPoint.cpp1669 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
H A DX86ISelDAGToDAG.cpp1870 // Only examine CopyToReg uses that copy to EFLAGS.
1872 X86::EFLAGS)
2702 // the EFLAGS on the original DEC are used. (This also applies to
2709 // (implicit EFLAGS)]>;
2713 // (transferrable EFLAGS)]>;
/external/strace/
H A Dprocess.c1322 { 8*EFLAGS, "8*EFL" },

Completed in 256 milliseconds