Searched refs:COND_LO (Results 1 – 12 of 12) sorted by relevance
42 #define COND_LO 0x3 macro79 case COND_LO: in ARMCondCodeToString()
26 COND_LO = 3, // aka COND_NC enumerator
153 CC = MSP430CC::COND_LO; in reverseBranchCondition()155 case MSP430CC::COND_LO: in reverseBranchCondition()
1074 TCC = MSP430CC::COND_LO; in EmitCMP()1091 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()1180 case MSP430CC::COND_LO: in LowerSETCC()
215 case AVRCC::COND_LO: in getBrCond()235 return AVRCC::COND_LO; in getCondFromBranchOpc()256 return AVRCC::COND_LO; in getOppositeCondition()257 case AVRCC::COND_LO: in getOppositeCondition()
37 COND_LO, //!< Unsigned lower enumerator
562 return AVRCC::COND_LO; in intCCToAVRCC()
125 case MSP430CC::COND_LO: in printCCOperand()
192 case MSP430CC::COND_LO: return 2; in getCCOpValue()
328 case 2: return MSP430CC::COND_LO; in getCondCode()
342 CondCode = MSP430CC::COND_LO; in parseJccInstruction()
88 #define COND_LO 0x3 macro