Home
last modified time | relevance | path

Searched refs:FP_UNPACK_SP (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/nds32/math-emu/
H A Dfdivs.c15 FP_UNPACK_SP(A, fa); in fdivs()
16 FP_UNPACK_SP(B, fb); in fdivs()
H A Dfmuls.c15 FP_UNPACK_SP(A, fa); in fmuls()
16 FP_UNPACK_SP(B, fb); in fmuls()
H A Dfcmps.c13 FP_UNPACK_SP(A, fa); in fcmps()
14 FP_UNPACK_SP(B, fb); in fcmps()
H A Dfadds.c15 FP_UNPACK_SP(A, fa); in fadds()
16 FP_UNPACK_SP(B, fb); in fadds()
H A Dfsubs.c16 FP_UNPACK_SP(A, fa); in fsubs()
17 FP_UNPACK_SP(B, fb); in fsubs()
H A Dfs2d.c16 FP_UNPACK_SP(A, fa); in fs2d()
H A Dfnegs.c14 FP_UNPACK_SP(A, fa); in fnegs()
H A Dfsqrts.c14 FP_UNPACK_SP(A, fa); in fsqrts()
H A Dfs2siz.c16 FP_UNPACK_SP(A, fa); in fs2si_z()
H A Dfs2si.c16 FP_UNPACK_SP(A, fa); in fs2si()
H A Dfs2uiz.c16 FP_UNPACK_SP(A, fa); in fs2ui_z()
H A Dfs2ui.c16 FP_UNPACK_SP(A, fa); in fs2ui()
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath_efp.c221 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
223 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
226 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
419 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
494 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
495 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
497 FP_UNPACK_SP(SB0, vb.wp); in do_spe_mathemu()
498 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
501 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
502 FP_UNPACK_SP(SA in do_spe_mathemu()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A 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(SA in do_spe_mathemu()
[all...]
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dmath.c133 FP_UNPACK_SP(SA, &va); in alpha_fp_emul()
134 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
228 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H A 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()
/kernel/linux/linux-5.10/include/math-emu/
H A Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/kernel/linux/linux-6.6/include/math-emu/
H A Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/kernel/linux/linux-5.10/arch/sparc/math-emu/
H A 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()
H A 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()
/kernel/linux/linux-6.6/arch/sparc/math-emu/
H A 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()
H A 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()
/kernel/linux/linux-5.10/arch/sh/math-emu/
H A Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)
/kernel/linux/linux-6.6/arch/sh/math-emu/
H A Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)

Completed in 10 milliseconds