Home | History | Annotate | Download | only in Mips

Lines Matching refs:SETLE

960   case ISD::SETLE:
990 // (vselect (setcc $a, $b, SETLE), $b, $a)) -> (vsmax $a, $b)
992 // (vselect (setcc $a, $b, SETLE), $a, $b)) -> (vsmin $a, $b)
998 // will be expanded to equivalent SETLT/SETLE/SETULT/SETULE versions by the
1008 if (CondCode == ISD::SETLT || CondCode == ISD::SETLE)
1704 Op->getOperand(2), ISD::SETLE);
1710 lowerMSASplatImm(Op, 2, DAG), ISD::SETLE);