Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h42 #define COND_LO 0x3 macro
79 case COND_LO: in ARMCondCodeToString()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp186 case AVRCC::COND_LO: in getBrCond()
206 return AVRCC::COND_LO; in getCondFromBranchOpc()
227 return AVRCC::COND_LO; in getOppositeCondition()
228 case AVRCC::COND_LO: in getOppositeCondition()
DAVRInstrInfo.h38 COND_LO, //!< Unsigned lower enumerator
/external/llvm/lib/Target/MSP430/
DMSP430.h27 COND_LO = 3, // aka COND_NC enumerator
DMSP430InstrInfo.cpp150 CC = MSP430CC::COND_LO; in ReverseBranchCondition()
152 case MSP430CC::COND_LO: in ReverseBranchCondition()
DMSP430ISelLowering.cpp819 TCC = MSP430CC::COND_LO; in EmitCMP()
835 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
922 case MSP430CC::COND_LO: in LowerSETCC()
/external/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()
/external/swiftshader/third_party/llvm-10.0/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.cpp1075 TCC = MSP430CC::COND_LO; in EmitCMP()
1092 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
1181 case MSP430CC::COND_LO: in LowerSETCC()
/external/swiftshader/third_party/llvm-10.0/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
/external/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
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp106 case MSP430CC::COND_LO: in printCCOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430InstPrinter.cpp125 case MSP430CC::COND_LO: in printCCOperand()
DMSP430MCCodeEmitter.cpp192 case MSP430CC::COND_LO: return 2; in getCCOpValue()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp328 case 2: return MSP430CC::COND_LO; in getCondCode()
/external/llvm-project/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp328 case 2: return MSP430CC::COND_LO; in getCondCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp324 CondCode = MSP430CC::COND_LO; in parseJccInstruction()
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp341 CondCode = MSP430CC::COND_LO; in parseJccInstruction()

12