/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ARMDefines.h | 42 #define COND_LO 0x3 macro 79 case COND_LO: in ARMCondCodeToString()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 186 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()
|
D | AVRInstrInfo.h | 38 COND_LO, //!< Unsigned lower enumerator
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.h | 27 COND_LO = 3, // aka COND_NC enumerator
|
D | MSP430InstrInfo.cpp | 150 CC = MSP430CC::COND_LO; in ReverseBranchCondition() 152 case MSP430CC::COND_LO: in ReverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 819 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/ |
D | MSP430.h | 26 COND_LO = 3, // aka COND_NC enumerator
|
D | MSP430InstrInfo.cpp | 152 CC = MSP430CC::COND_LO; in reverseBranchCondition() 154 case MSP430CC::COND_LO: in reverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 1072 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/ |
D | MSP430.h | 26 COND_LO = 3, // aka COND_NC enumerator
|
D | MSP430InstrInfo.cpp | 152 CC = MSP430CC::COND_LO; in reverseBranchCondition() 154 case MSP430CC::COND_LO: in reverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 1075 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/ |
D | AVRInstrInfo.cpp | 208 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()
|
D | AVRInstrInfo.h | 37 COND_LO, //!< Unsigned lower enumerator
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 208 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()
|
D | AVRInstrInfo.h | 37 COND_LO, //!< Unsigned lower enumerator
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 106 case MSP430CC::COND_LO: in printCCOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430InstPrinter.cpp | 125 case MSP430CC::COND_LO: in printCCOperand()
|
D | MSP430MCCodeEmitter.cpp | 192 case MSP430CC::COND_LO: return 2; in getCCOpValue()
|
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430InstPrinter.cpp | 125 case MSP430CC::COND_LO: in printCCOperand()
|
D | MSP430MCCodeEmitter.cpp | 192 case MSP430CC::COND_LO: return 2; in getCCOpValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 328 case 2: return MSP430CC::COND_LO; in getCondCode()
|
/external/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 328 case 2: return MSP430CC::COND_LO; in getCondCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 324 CondCode = MSP430CC::COND_LO; in parseJccInstruction()
|
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 341 CondCode = MSP430CC::COND_LO; in parseJccInstruction()
|