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