Searched refs:COND_LE (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMDefines.h | 64 #define COND_LE \ macro 99 case COND_LE: in ARMCondCodeToString() 141 case COND_LE: in ARMConditionPassed()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.h | 50 COND_LE = 15, // Less or Equal enumerator 51 LAST_VALID_COND = COND_LE, 91 return M68k::COND_LE; in GetOppositeBranchCondition() 92 case M68k::COND_LE: in GetOppositeBranchCondition() 107 case M68k::COND_LE: in GetCondBranchFromCond() 143 return M68k::COND_LE; in GetCondFromBranchOpc()
|
| H A D | M68kInstrInfo.cpp | 59 return M68k::COND_LE; in getCondFromBranchOpc()
|
| H A D | M68kISelLowering.cpp | 1534 return M68k::COND_LE; in TranslateIntegerM68kCC() 1568 return M68k::COND_LE; in TranslateM68kCC() 1684 case M68k::COND_LE: in EmitTest() 1895 case M68k::COND_LE: in isM68kCCUnsigned()
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | arm.h | 65 #define COND_LE 13 macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 95 COND_LE = 14, enumerator 303 case X86::COND_LE: in classifySecondCondCodeInMacroFusion()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 98 #define COND_LE 0xD macro 867 case COND_LE: // (0xD) in ConditionPassed()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBdVer2.td | 484 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_LE">>, [PdWriteCMOVm]>, 504 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_LE">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
|
| H A D | X86InstrInfo.cpp | 2774 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition() 2775 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition() 2800 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition() 2802 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition() 2842 case CmpInst::ICMP_SLE: CC = X86::COND_LE; break; in getX86ConditionCode() 4513 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr() 4561 ReplacementCC = X86::COND_LE; in optimizeCompareInstr() 4588 case X86::COND_LE: // x <=s (C - 1) --> x <s C in optimizeCompareInstr()
|
| H A D | X86FrameLowering.cpp | 3396 BuildMI(incStackMBB, DL, TII.get(X86::JCC_1)).addMBB(incStackMBB).addImm(X86::COND_LE); in adjustForHiPEPrologue()
|
| H A D | X86ISelLowering.cpp | 5521 case X86::COND_LE: in isX86CCSigned() 5533 case ISD::SETLE: return X86::COND_LE; in TranslateIntegerX86CC() 5566 return X86::COND_LE; in TranslateX86CC() 24095 case X86::COND_L: case X86::COND_LE: in EmitTest() 46313 } else if (CC == X86::COND_LE && !Comparison.isMaxSignedValue()) { in combineSetCCAtomicArith() 46325 CC = X86::COND_LE; in combineSetCCAtomicArith() 46353 CC = X86::COND_LE; in combineSetCCAtomicArith() 46358 else if (CC == X86::COND_LE && Addend == -1) in combineSetCCAtomicArith() 54144 case X86::COND_L: case X86::COND_LE: in needCarryOrOverflowFlag() 56853 .Case("{@ccle}", X86::COND_LE) in parseConstraintCode() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 3039 case X86::COND_G: case X86::COND_LE: in mayUseCarryFlag()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2764 .Cases("le", "ng", X86::COND_LE) // Less or Equal/Not Greater in ParseConditionCode()
|