Lines Matching refs:DB
287 FP_DECL_D(DB); in do_spe_mathemu()
289 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
294 FP_CONV(S, D, 1, 2, SR, DB); in do_spe_mathemu()
344 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu()
351 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
377 FP_ADD_D(DR, DA, DB); in do_spe_mathemu()
381 FP_SUB_D(DR, DA, DB); in do_spe_mathemu()
385 FP_MUL_D(DR, DA, DB); in do_spe_mathemu()
389 FP_DIV_D(DR, DA, DB); in do_spe_mathemu()
411 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
434 FP_TO_INT_D(vc.dp[0], DB, 64, in do_spe_mathemu()
445 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
456 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
474 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu()
475 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu()