c.ngle.d

Operands

[$freg / imm], $freg, $freg

Variants

  • FP compare ngle (double) : Sets FP condition flag 0 to true if the two operands are unordered; the name reads as not greater than, less than or equal, false otherwise. Both register numbers must be even. This is the signalling form, which behaves like 'c.un' here because FP exceptions are not tracked. Use 'bc1t' or 'bc1f' to branch on the result. c.ngle.d $f2,$f4
  • FP compare ngle (double, flagged) : Sets FP condition flag N, named by the first operand, to true if the two operands are unordered; the name reads as not greater than, less than or equal, false otherwise. Both register numbers must be even. This is the signalling form, which behaves like 'c.un' here because FP exceptions are not tracked. Use 'bc1t' or 'bc1f' to branch on the result. c.ngle.d 1,$f2,$f4

FP compare ngle (double) : Sets FP condition flag 0 to true if the two operands are unordered; the name reads as not greater than, less than or equal, false otherwise. Both register numbers must be even. This is the signalling form, which behaves like 'c.un' here because FP exceptions are not tracked. Use 'bc1t' or 'bc1f' to branch on the result.

Loading...