Lines Matching refs:DB
286 FP_DECL_D(DB); in do_spe_mathemu()
288 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
293 FP_CONV(S, D, 1, 2, SR, DB); in do_spe_mathemu()
343 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu()
350 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
376 FP_ADD_D(DR, DA, DB); in do_spe_mathemu()
380 FP_SUB_D(DR, DA, DB); in do_spe_mathemu()
384 FP_MUL_D(DR, DA, DB); in do_spe_mathemu()
388 FP_DIV_D(DR, DA, DB); in do_spe_mathemu()
410 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
433 FP_TO_INT_D(vc.dp[0], DB, 64, in do_spe_mathemu()
444 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
455 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
473 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu()
474 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu()