Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SETUGE

1548   case ISD::SETUGE: return A64CC::HS;
1598 case ISD::SETUGE:
1614 CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
1648 case ISD::SETUGE: CondCode = A64CC::PL; break;