Lines Matching refs:DB
290 FP_DECL_D(DB); in do_spe_mathemu()
292 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
297 FP_CONV(S, D, 1, 2, SR, DB); in do_spe_mathemu()
347 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu()
354 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
380 FP_ADD_D(DR, DA, DB); in do_spe_mathemu()
384 FP_SUB_D(DR, DA, DB); in do_spe_mathemu()
388 FP_MUL_D(DR, DA, DB); in do_spe_mathemu()
392 FP_DIV_D(DR, DA, DB); in do_spe_mathemu()
414 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
437 FP_TO_INT_D(vc.dp[0], DB, 64, in do_spe_mathemu()
448 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
459 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
477 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu()
478 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu()