Searched refs:FP_UNPACK_SP (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/powerpc/math-emu/ |
D | math_efp.c | 221 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/ |
D | math.c | 135 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/ |
D | math_32.c | 373 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()
|
D | math_64.c | 389 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/ |
D | single.h | 78 #define FP_UNPACK_SP(X,val) \ macro
|
/linux-6.1.9/arch/sh/math-emu/ |
D | math.c | 58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)
|