Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/math-emu/
Dmath_efp.c224 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
226 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
229 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
422 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
497 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
498 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-4.4.14/arch/alpha/math-emu/
Dmath.c130 FP_UNPACK_SP(SA, &va); in alpha_fp_emul()
131 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
225 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/linux-4.4.14/arch/sparc/math-emu/
Dmath_32.c372 case 5: FP_UNPACK_SP (SA, rs1); break; in do_one_mathemu()
393 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu()
Dmath_64.c388 case 5: FP_UNPACK_SP (SA, rs1); break; in do_mathemu()
406 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu()
/linux-4.4.14/include/math-emu/
Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/linux-4.4.14/arch/s390/kernel/
Dsysinfo.c438 FP_UNPACK_SP(SA, &fmil); in s390_adjust_jiffies()
442 FP_UNPACK_SP(SB, &info->capability); in s390_adjust_jiffies()
/linux-4.4.14/arch/sh/math-emu/
Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)