/kernel/linux/linux-5.10/arch/sparc/math-emu/ |
D | math_32.c | 437 case FSMULD: FP_CONV (D, S, 2, 1, DA, SA); in do_one_mathemu() 438 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu() 440 case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA); in do_one_mathemu() 441 FP_CONV (Q, D, 4, 2, QB, DB); in do_one_mathemu() 464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu() 465 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu() 466 case FDTOQ: FP_CONV (Q, D, 4, 2, QR, DB); break; in do_one_mathemu() 467 case FDTOS: FP_CONV (S, D, 1, 2, SR, DB); break; in do_one_mathemu() 468 case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break; in do_one_mathemu() 469 case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break; in do_one_mathemu()
|
D | math_64.c | 442 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu() 443 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu() 445 case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA); in do_mathemu() 446 FP_CONV (Q, D, 2, 1, QB, DB); in do_mathemu() 478 case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break; in do_mathemu() 479 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu() 480 case FDTOQ: FP_CONV (Q, D, 2, 1, QR, DB); break; in do_mathemu() 481 case FDTOS: FP_CONV (S, D, 1, 1, SR, DB); break; in do_mathemu() 482 case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break; in do_mathemu() 483 case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break; in do_mathemu()
|
/kernel/linux/linux-5.10/arch/nds32/math-emu/ |
D | fs2d.c | 18 FP_CONV(D, S, 2, 1, R, A); in fs2d()
|
D | fd2s.c | 17 FP_CONV(S, D, 1, 2, R, A); in fd2s()
|
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
D | lfs.c | 33 FP_CONV(D, S, 2, 1, R, A); in lfs()
|
D | stfs.c | 29 FP_CONV(S, D, 1, 2, R, A); in stfs()
|
D | math_efp.c | 293 FP_CONV(S, D, 1, 2, SR, DB); in do_spe_mathemu() 423 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | sfp-machine.h | 184 FP_CONV(S, D, 1, 2, __X, X); \ 188 FP_CONV(D, S, 2, 1, X, __X); \
|
/kernel/linux/linux-5.10/arch/sh/math-emu/ |
D | math.c | 323 FP_CONV(D, S, 2, 1, Fr, Fn); in fcnvsd() 334 FP_CONV(S, D, 1, 2, Fr, Fn); in fcnvds()
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
D | math.c | 224 FP_CONV(S,D,1,1,SR,DB); in alpha_fp_emul()
|
/kernel/linux/linux-5.10/include/math-emu/ |
D | op-common.h | 826 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ macro
|