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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430.h26 COND_LO = 3, // aka COND_NC enumerator in enum:MSP430CC::CondCodes
H A DMSP430InstrInfo.cpp152 CC = MSP430CC::COND_LO;
154 case MSP430CC::COND_LO:
H A DMSP430ISelLowering.cpp1073 TCC = MSP430CC::COND_LO;
1090 TCC = MSP430CC::COND_LO; // aka COND_NC
1179 case MSP430CC::COND_LO:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h42 #define COND_LO 0x3 macro
79 case COND_LO:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h37 COND_LO, //!< Unsigned lower enumerator in enum:llvm::AVRCC::CondCodes
H A DAVRInstrInfo.cpp208 case AVRCC::COND_LO:
228 return AVRCC::COND_LO;
249 return AVRCC::COND_LO;
250 case AVRCC::COND_LO:
H A DAVRISelLowering.cpp436 return AVRCC::COND_LO;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp125 case MSP430CC::COND_LO:
H A DMSP430MCCodeEmitter.cpp192 case MSP430CC::COND_LO: return 2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp328 case 2: return MSP430CC::COND_LO;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp341 CondCode = MSP430CC::COND_LO;

Completed in 121 milliseconds