c.un.s

Operands

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

Variants

  • FP compare un (single) : Sets FP condition flag 0 to true if the two operands are unordered, which is the case when either one is NaN, false otherwise. Use 'bc1t' or 'bc1f' to branch on the result. c.un.s $f0,$f1
  • FP compare un (single, flagged) : Sets FP condition flag N, named by the first operand, to true if the two operands are unordered, which is the case when either one is NaN, false otherwise. Use 'bc1t' or 'bc1f' to branch on the result. c.un.s 1,$f0,$f1

FP compare un (single) : Sets FP condition flag 0 to true if the two operands are unordered, which is the case when either one is NaN, false otherwise. Use 'bc1t' or 'bc1f' to branch on the result.

Loading...