Searched refs:opndp3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/parisc/math-emu/ |
D | dbl_float.h | 762 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument 765 if (exponent == 0 && (Dextallp3(opndp3) || Dextallp4(opndp4))) { \ 784 if (Dblext_isone_highp3(opndp3) && \ 786 Dblext_isnotzero_low31p3(opndp3))) { \ 800 Variableshiftdouble(opndp3,opndp4,shiftamt,opndp4); \ 801 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp3); \ 805 case 1: sticky = (Dextallp3(opndp3) << 32-(shiftamt)) | \ 807 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \ 808 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3); \ 813 Dextallp3(opndp3) | Dextallp4(opndp4); \ [all …]
|