Home
last modified time | relevance | path

Searched refs:FP_UNPACK_SP (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/powerpc/math-emu/
Dmath_efp.c221 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
224 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
227 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
421 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
496 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
497 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
500 FP_UNPACK_SP(SB0, vb.wp); in do_spe_mathemu()
501 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
504 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
505 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
/linux-6.1.9/arch/alpha/math-emu/
Dmath.c135 FP_UNPACK_SP(SA, &va); in alpha_fp_emul()
136 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
230 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/linux-6.1.9/arch/sparc/math-emu/
Dmath_32.c373 case 5: FP_UNPACK_SP (SA, rs1); break; in do_one_mathemu()
394 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu()
Dmath_64.c389 case 5: FP_UNPACK_SP (SA, rs1); break; in do_mathemu()
407 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu()
/linux-6.1.9/include/math-emu/
Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/linux-6.1.9/arch/sh/math-emu/
Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)