Home | History | Annotate | Download | only in Mips

Lines Matching refs:FPCmp

161   case MipsISD::FPCmp:             return "MipsISD::FPCmp";
236 // we don't want this, since the fpcmp result goes to a flag register,
496 // Creates and returns an FPCmp node from a setcc node.
515 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS,
1436 if (CondRes.getOpcode() != MipsISD::FPCmp)
1455 if (Cond.getOpcode() != MipsISD::FPCmp)
1479 assert(Cond.getOpcode() == MipsISD::FPCmp &&