Definition
fmv.w.x (RISC-V)
Moves the bit pattern of integer register
bto floating-point registerawithout changing the bits.fmv.w.x a, bEquivalent C code:
a = bitcast_float32(b)
fmv.w.x (RISC-V)
Moves the bit pattern of integer register
bto floating-point registerawithout changing the bits.fmv.w.x a, bEquivalent C code:
a = bitcast_float32(b)