fle.s

The `fle.s` instruction writes 1 to `xd` if `fs1` is less than or equal to `fs2`, and 0 otherwise. If either operand is NaN, the result is 0 (not equal). If either operand is a NaN (signaling or quiet), the invalid flag is set. Positive zero and negative zero are considered equal.

Synopsis

fle.s xd, fs1, fs2

Encoding

Type:

0671112141519202425311010011xd000fs1fs21010000
funct7: 1010000
funct3: 000
opcode: 1010011

RISC-V Instruction Encoder/Decoder

open fle.s in rvcodecjs

Availability