Searched refs:COND_L (Results 1 – 8 of 8) sorted by relevance
29 COND_L = 5, enumerator
140 case MSP430CC::COND_L: in ReverseBranchCondition()144 CC = MSP430CC::COND_L; in ReverseBranchCondition()
721 TCC = MSP430CC::COND_L; in EmitCMP()737 TCC = MSP430CC::COND_L; in EmitCMP()
110 case MSP430CC::COND_L: in printCCOperand()
40 COND_L = 7, enumerator
2228 case X86::JL_4: return X86::COND_L; in getCondFromBranchOpc()2256 case X86::SETLr: case X86::SETLm: return X86::COND_L; in getCondFromSETOpc()2295 return X86::COND_L; in getCondFromCMovOpc()2328 case X86::COND_L: return X86::JL_4; in GetCondBranchFromCond()2352 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition()2355 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition()2377 case X86::COND_L: return X86::COND_G; in getSwappedCondition()2379 case X86::COND_G: return X86::COND_L; in getSwappedCondition()3319 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
3095 case ISD::SETLT: return X86::COND_L; in TranslateX86CC()8368 case X86::COND_L: case X86::COND_LE: in EmitTest()
206 #define COND_L 0x3 macro508 [TCG_COND_LT] = COND_L,