Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h41 #define COND_LO 0x3 macro
80 case COND_LO: in ARMCondCodeToString()
/freebsd-12.1/contrib/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.h38 COND_LO, //!< Unsigned lower enumerator
H A DAVRISelLowering.cpp438 return AVRCC::COND_LO; in intCCToAVRCC()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430.h27 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.cpp1057 TCC = MSP430CC::COND_LO; in EmitCMP()
1074 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
1163 case MSP430CC::COND_LO: in LowerSETCC()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp125 case MSP430CC::COND_LO: in printCCOperand()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp193 case MSP430CC::COND_LO: return 2; in getCCOpValue()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp334 case 2: return MSP430CC::COND_LO; in getCondCode()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp324 CondCode = MSP430CC::COND_LO; in parseJccInstruction()