Searched refs:FP_TO_INT_S (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/math-emu/ |
A D | single.h | 109 #define FP_TO_INT_S(r,X,rsz,rsg) _FP_TO_INT(S,1,r,X,rsz,rsg) macro
|
/linux-6.3-rc2/arch/sparc/math-emu/ |
A D | math_64.c | 461 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu() 464 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu()
|
A D | math_32.c | 456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
|
/linux-6.3-rc2/arch/powerpc/math-emu/ |
A D | math_efp.c | 316 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu() 610 FP_TO_INT_S(vc.wp[0], SB0, 32, in do_spe_mathemu() 617 FP_TO_INT_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
|
Completed in 7 milliseconds