Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SETGE

2111   case ISD::SETGE:  return PPC::PRED_GE;
2135 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
2163 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break;
2195 case ISD::SETGE:
2209 case ISD::SETGE: CC = ISD::SETLE; Swap = true; break;