Searched defs:EFLAGS (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/x86/
H A Dunwind_i.h45 #define EFLAGS 9 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h49 #define EFLAGS 144 macro
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp292 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
12513 // See if we can use the EFLAGS value from the operand instead of
12588 // Otherwise use a regular EFLAGS-setting add.
12632 // Otherwise use a regular EFLAGS-setting instruction.
12640 SDValue EFLAGS = LowerVectorAllZeroTest(Op, Subtarget, DAG); local
12641 if (EFLAGS.getNode())
12642 return EFLAGS;
12754 // FUCOMI, which writes the comparison result to FPSW instead of EFLAGS. Hence
12755 // build an SDNode sequence that transfers the result from FPSW into EFLAGS:
13362 SDValue EFLAGS
16866 SDValue EFLAGS = DAG.getCopyFromReg(cpOut.getValue(1), DL, X86::EFLAGS, local
17431 SDValue EFLAGS = DAG.getCopyFromReg(cpOutH.getValue(1), dl, X86::EFLAGS, local
[all...]

Completed in 272 milliseconds