Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDARMDefines.h34 #define COND_LO 0x3 macro
55 case COND_LO: return "lo"; in ARMCondCodeToString()
/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430.h27 COND_LO = 3, // aka COND_NC enumerator
HDMSP430InstrInfo.cpp150 CC = MSP430CC::COND_LO; in ReverseBranchCondition()
152 case MSP430CC::COND_LO: in ReverseBranchCondition()
HDMSP430ISelLowering.cpp847 TCC = MSP430CC::COND_LO; in EmitCMP()
863 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
950 case MSP430CC::COND_LO: in LowerSETCC()
/trueos/contrib/llvm/lib/Target/MSP430/InstPrinter/
HDMSP430InstPrinter.cpp104 case MSP430CC::COND_LO: in printCCOperand()