Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h42 #define COND_LO 0x3 macro
79 case COND_LO: in ARMCondCodeToString()
/openbsd/gnu/llvm/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.cpp1073 TCC = MSP430CC::COND_LO; in EmitCMP()
1090 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
1179 case MSP430CC::COND_LO: in LowerSETCC()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp204 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()
H A DAVRInstrInfo.h37 COND_LO, //!< Unsigned lower enumerator
H A DAVRISelLowering.cpp621 return AVRCC::COND_LO; in intCCToAVRCC()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp125 case MSP430CC::COND_LO: in printCCOperand()
H A DMSP430MCCodeEmitter.cpp192 case MSP430CC::COND_LO: return 2; in getCCOpValue()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp328 case 2: return MSP430CC::COND_LO; in getCondCode()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp343 CondCode = MSP430CC::COND_LO; in parseJccInstruction()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp88 #define COND_LO 0x3 macro