Searched defs:EFLAGS (Results 1 – 5 of 5) sorted by relevance
/external/libunwind/src/x86/ |
D | unwind_i.h | 45 #define EFLAGS 9 macro
|
/external/strace/linux/x86_64/ |
D | arch_regs.h | 23 #define EFLAGS 18 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 57 #define EFLAGS 144 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 17566 static SDValue getSETCC(X86::CondCode Cond, SDValue EFLAGS, const SDLoc &dl, in getSETCC() 18758 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, dl, DAG); in LowerSETCC() local 24297 SDValue EFLAGS = DAG.getCopyFromReg(cpOut.getValue(1), DL, X86::EFLAGS, in LowerCMP_SWAP() local 25725 SDValue EFLAGS = DAG.getCopyFromReg(cpOutH.getValue(1), dl, X86::EFLAGS, in ReplaceNodeResults() local 33230 static SDValue combineCarryThroughADD(SDValue EFLAGS) { in combineCarryThroughADD() 33255 static SDValue combineSetCCEFLAGS(SDValue EFLAGS, X86::CondCode &CC, in combineSetCCEFLAGS() 38319 SDValue EFLAGS = N->getOperand(1); in combineX86SetCC() local 38332 SDValue EFLAGS = N->getOperand(3); in combineBrCond() local 38536 static SDValue materializeSBB(SDNode *N, SDValue EFLAGS, SelectionDAG &DAG) { in materializeSBB() 38600 SDValue EFLAGS = Y->getOperand(1); in combineAddOrSubToADCOrSBB() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8419 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, DAG); in LowerSETCC() local
|