c.ult.d

Operands

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

Variants

  • FP compare ult (double) : Sets FP condition flag 0 to true if the two operands are unordered, or the first is less than the second, false otherwise. Both register numbers must be even. Use 'bc1t' or 'bc1f' to branch on the result. c.ult.d $f2,$f4
  • FP compare ult (double, flagged) : Sets FP condition flag N, named by the first operand, to true if the two operands are unordered, or the first is less than the second, false otherwise. Both register numbers must be even. Use 'bc1t' or 'bc1f' to branch on the result. c.ult.d 1,$f2,$f4

FP compare ult (double) : Sets FP condition flag 0 to true if the two operands are unordered, or the first is less than the second, false otherwise. Both register numbers must be even. Use 'bc1t' or 'bc1f' to branch on the result.

Loading...