Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h42 #define COND_LO 0x3 macro
79 case COND_LO: in ARMCondCodeToString()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp208 case AVRCC::COND_LO: in getBrCond()
228 return AVRCC::COND_LO; in getCondFromBranchOpc()
249 return AVRCC::COND_LO; in getOppositeCondition()
250 case AVRCC::COND_LO: in getOppositeCondition()
DAVRInstrInfo.h37 COND_LO, //!< Unsigned lower enumerator
DAVRISelLowering.cpp520 return AVRCC::COND_LO; in intCCToAVRCC()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430.h26 COND_LO = 3, // aka COND_NC enumerator
DMSP430InstrInfo.cpp152 CC = MSP430CC::COND_LO; in reverseBranchCondition()
154 case MSP430CC::COND_LO: in reverseBranchCondition()
DMSP430ISelLowering.cpp1072 TCC = MSP430CC::COND_LO; in EmitCMP()
1089 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
1178 case MSP430CC::COND_LO: in LowerSETCC()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430InstPrinter.cpp125 case MSP430CC::COND_LO: in printCCOperand()
DMSP430MCCodeEmitter.cpp192 case MSP430CC::COND_LO: return 2; in getCCOpValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp328 case 2: return MSP430CC::COND_LO; in getCondCode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp340 CondCode = MSP430CC::COND_LO; in parseJccInstruction()