FP compare ole (single) : Sets FP condition flag 0 to true if both operands are ordered and the first is less than or equal to the second, false otherwise. Use 'bc1t' or 'bc1f' to branch on the result.
c.ole.s
Operands
[$freg / imm], $freg, $fregVariants
- FP compare ole (single) : Sets FP condition flag 0 to true if both operands are ordered and the first is less than or equal to the second, false otherwise. Use 'bc1t' or 'bc1f' to branch on the result. c.ole.s $f0,$f1
- FP compare ole (single, flagged) : Sets FP condition flag N, named by the first operand, to true if both operands are ordered and the first is less than or equal to the second, false otherwise. Use 'bc1t' or 'bc1f' to branch on the result. c.ole.s 1,$f0,$f1
Loading...