c.seq.d

Operands

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

Variants

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

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

Loading...