Home | History | Annotate | Download | only in X86

Lines Matching refs:SETUNE

235   // SETOEQ and SETUNE require checking two conditions.
239 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
240 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
241 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
3126 case ISD::SETUNE: return X86::COND_INVALID;
8421 case ISD::SETUNE:
8931 cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETUNE) {