Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.h51 ICC_LEU = 4, // Less or Equal Unsigned enumerator
116 case SPCC::ICC_LEU: return "leu"; in SPARCCondCodeToString()
H A DSparcInstrInfo.cpp95 case SPCC::ICC_GU: return SPCC::ICC_LEU; in GetOppositeBranchCondition()
96 case SPCC::ICC_LEU: return SPCC::ICC_GU; in GetOppositeBranchCondition()
H A DSparcInstrInfo.td351 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned
H A DSparcISelLowering.cpp1548 case ISD::SETULE: return SPCC::ICC_LEU; in IntCondCCodeToICC()