c.sf.d

Operands

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

Variants

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

FP compare sf (double) : Sets FP condition flag 0 to true if never; this comparison is always false, false otherwise. Both register numbers must be even. This is the signalling form, which behaves like 'c.f' here because FP exceptions are not tracked. Use 'bc1t' or 'bc1f' to branch on the result.

Loading...