Floating point sign injection (64 bit): replace the sign bit of f2 with the sign bit of f3 and assign it to f1
fsgnj.d
Operands
freg, freg, fregVariants
- Floating point sign injection (64 bit): replace the sign bit of f2 with the sign bit of f3 and assign it to f1 fsgnj.d f1, f2, f3
Loading...