Home
last modified time | relevance | path

Searched refs:COND_LT (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h59 #define COND_LT \ macro
95 case COND_LT: in ARMCondCodeToString()
137 case COND_LT: in ARMConditionPassed()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h48 COND_LT = 13, // Less Than enumerator
87 return M68k::COND_LT; in GetOppositeBranchCondition()
88 case M68k::COND_LT: in GetOppositeBranchCondition()
105 case M68k::COND_LT: in GetCondBranchFromCond()
141 return M68k::COND_LT; in GetCondFromBranchOpc()
H A DM68kInstrInfo.cpp57 return M68k::COND_LT; in getCondFromBranchOpc()
H A DM68kISelLowering.cpp1504 return M68k::COND_LT; in TranslateIntegerM68kCC()
1655 case M68k::COND_LT: in EmitTest()
1866 case M68k::COND_LT: in isM68kCCUnsigned()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp211 case AVRCC::COND_LT: in getBrCond()
243 return AVRCC::COND_LT; in getCondFromBranchOpc()
260 return AVRCC::COND_LT; in getOppositeCondition()
261 case AVRCC::COND_LT: in getOppositeCondition()
H A DAVRInstrInfo.h35 COND_LT, //!< Less than enumerator
H A DAVRISelLowering.cpp558 return AVRCC::COND_LT; in intCCToAVRCC()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h33 COND_LT, enumerator
H A DRISCVISelDAGToDAG.h117 return RISCVCC::COND_LT; in getRISCVCCForIntCC()
H A DRISCVInstrInfo.cpp752 return RISCVCC::COND_LT; in getCondFromBranchOpc()
785 case RISCVCC::COND_LT: in getBrCond()
804 case RISCVCC::COND_LT: in getOppositeBranchCondition()
807 return RISCVCC::COND_LT; in getOppositeBranchCondition()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp96 #define COND_LT 0xB macro
859 case COND_LT: // (0xB) in ConditionPassed()