Home
last modified time | relevance | path

Searched refs:FCC_L (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.h65 FCC_L = 4 + FCC_BEGIN, // Less enumerator
128 case SPCC::FCC_L: return "l"; in SPARCCondCodeToString()
H A DSparcInstrInfo.cpp110 case SPCC::FCC_L: return SPCC::FCC_UGE; in GetOppositeBranchCondition()
113 case SPCC::FCC_UGE: return SPCC::FCC_L; in GetOppositeBranchCondition()
H A DSparcISelLowering.cpp1555 case ISD::SETOLT: return SPCC::FCC_L; in FPCondCCodeToFCC()
2367 case SPCC::FCC_L : LibCall = is64Bit? "_Qp_flt" : "_Q_flt"; break; in LowerF128Compare()
H A DSparcInstrInfo.td411 def FCC_L : FCC_VAL<20>; // Less