Home
last modified time | relevance | path

Searched refs:COND_LO (Results 1 – 11 of 11) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h42 #define COND_LO 0x3 macro
79 case COND_LO: in ARMCondCodeToString()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430.h26 COND_LO = 3, // aka COND_NC enumerator
H A DMSP430InstrInfo.cpp153 CC = MSP430CC::COND_LO; in reverseBranchCondition()
155 case MSP430CC::COND_LO: in reverseBranchCondition()
H A DMSP430ISelLowering.cpp1074 TCC = MSP430CC::COND_LO; in EmitCMP()
1091 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
1175 case MSP430CC::COND_LO: in LowerSETCC()
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp209 case AVRCC::COND_LO: in getBrCond()
229 return AVRCC::COND_LO; in getCondFromBranchOpc()
250 return AVRCC::COND_LO; in getOppositeCondition()
251 case AVRCC::COND_LO: in getOppositeCondition()
H A DAVRInstrInfo.h39 COND_LO, //!< Unsigned lower enumerator
H A DAVRISelLowering.cpp631 return AVRCC::COND_LO; in intCCToAVRCC()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp129 case MSP430CC::COND_LO: in printCCOperand()
H A DMSP430MCCodeEmitter.cpp194 case MSP430CC::COND_LO: return 2; in getCCOpValue()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp328 case 2: return MSP430CC::COND_LO; in getCondCode()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp340 CondCode = MSP430CC::COND_LO; in parseJccInstruction()