Searched refs:FP_UNPACK_SP (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/math-emu/ |
D | math_efp.c | 224 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/ |
D | math.c | 130 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/ |
D | math_32.c | 372 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()
|
D | math_64.c | 388 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/ |
D | single.h | 78 #define FP_UNPACK_SP(X,val) \ macro
|
/linux-4.4.14/arch/s390/kernel/ |
D | sysinfo.c | 438 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/ |
D | math.c | 58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)
|