1 2 3 4 5 6
int FABSQ(unsigned long *rd, unsigned long *rs2) { rd[0] = rs2[0] & 0x7fffffffffffffffUL; rd[1] = rs2[1]; return 1; }