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.h56 #define EFLAGS 144 macro
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp290 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
14653 // See if we can use the EFLAGS value from the operand instead of
14728 // Otherwise use a regular EFLAGS-setting add.
14780 // Otherwise use a regular EFLAGS-setting instruction.
14788 if (SDValue EFLAGS = LowerVectorAllZeroTest(Op, Subtarget, DAG))
14789 return EFLAGS;
14901 // FUCOMI, which writes the comparison result to FPSW instead of EFLAGS. Hence
14902 // build an SDNode sequence that transfers the result from FPSW into EFLAGS:
15640 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, dl, DAG);
15641 EFLAGS
20751 SDValue EFLAGS = DAG.getCopyFromReg(cpOut.getValue(1), DL, X86::EFLAGS, local
22014 SDValue EFLAGS = DAG.getCopyFromReg(cpOutH.getValue(1), dl, X86::EFLAGS, local
27176 combineSetCCEFLAGS(SDValue EFLAGS, X86::CondCode &CC, SelectionDAG &DAG) argument
30369 MaterializeSETB(const SDLoc &DL, SDValue EFLAGS, SelectionDAG &DAG, MVT VT) argument
30390 SDValue EFLAGS = N->getOperand(1); local
30430 SDValue EFLAGS = N->getOperand(3); local
[all...]

Completed in 225 milliseconds