risc-v Definition fle (RISC-V) Compares whether the floating-point value in register b is less than or equal to the value in register c and stores the Boolean result in integer register a. fle.s a, b, c Equivalent C code: a = (b <= c)