Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.h49 ICC_L = 3, // Less enumerator
114 case SPCC::ICC_L: return "l"; in SPARCCondCodeToString()
H A DSparcInstrInfo.cpp91 case SPCC::ICC_GE: return SPCC::ICC_L; in GetOppositeBranchCondition()
92 case SPCC::ICC_L: return SPCC::ICC_GE; in GetOppositeBranchCondition()
H A DSparcInstrInfo.td397 def ICC_L : ICC_VAL< 3>; // Less
H A DSparcISelLowering.cpp1534 case ISD::SETLT: return SPCC::ICC_L; in IntCondCCodeToICC()