Home | History | Annotate | Download | only in Mips

Lines Matching refs:FPCmp

67   case MipsISD::FPCmp:             return "MipsISD::FPCmp";
142 // we don't want this, since the fpcmp result goes to a flag register,
573 // Creates and returns an FPCmp node from a setcc node.
592 return DAG.getNode(MipsISD::FPCmp, dl, MVT::Glue, LHS, RHS,
1515 if (CondRes.getOpcode() != MipsISD::FPCmp)
1533 if (Cond.getOpcode() != MipsISD::FPCmp)
1556 assert(Cond.getOpcode() == MipsISD::FPCmp &&