Lines Matching refs:DB
288 FP_DECL_D(DB); in do_spe_mathemu()
290 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
295 FP_CONV(S, D, 1, 2, SR, DB); in do_spe_mathemu()
345 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu()
353 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
379 FP_ADD_D(DR, DA, DB); in do_spe_mathemu()
383 FP_SUB_D(DR, DA, DB); in do_spe_mathemu()
387 FP_MUL_D(DR, DA, DB); in do_spe_mathemu()
391 FP_DIV_D(DR, DA, DB); in do_spe_mathemu()
413 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
436 FP_TO_INT_D(vc.dp[0], DB, 64, in do_spe_mathemu()
447 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu()
458 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
476 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu()
477 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu()