Home | History | Annotate | Download | only in Mips

Lines Matching refs:FPCmp

123   case MipsISD::FPCmp:             return "MipsISD::FPCmp";
266 // we don't want this, since the fpcmp result goes to a flag register,
542 // Creates and returns an FPCmp node from a setcc node.
561 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS,
1708 if (CondRes.getOpcode() != MipsISD::FPCmp)
1728 if (Cond.getOpcode() != MipsISD::FPCmp)
1739 assert(Cond.getOpcode() == MipsISD::FPCmp &&