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()
1073 TCC = MSP430CC::COND_LO; in EmitCMP()1090 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()1179 case MSP430CC::COND_LO: in LowerSETCC()
204 case AVRCC::COND_LO: in getBrCond()224 return AVRCC::COND_LO; in getCondFromBranchOpc()245 return AVRCC::COND_LO; in getOppositeCondition()246 case AVRCC::COND_LO: in getOppositeCondition()
37 COND_LO, //!< Unsigned lower enumerator
621 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()
343 CondCode = MSP430CC::COND_LO; in parseJccInstruction()
88 #define COND_LO 0x3 macro