Lines Matching refs:va
186 union dw_union vc, va, vb; in do_spe_mathemu() local
205 va.wp[0] = current->thread.evr[fa]; in do_spe_mathemu()
206 va.wp[1] = regs->gpr[fa]; in do_spe_mathemu()
214 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()
224 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
229 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
238 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
242 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
246 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
352 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu()
357 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu()
368 vc.dp[0] = va.dp[0] & ~SIGN_BIT_D; in do_spe_mathemu()
372 vc.dp[0] = va.dp[0] | SIGN_BIT_D; in do_spe_mathemu()
376 vc.dp[0] = va.dp[0] ^ SIGN_BIT_D; in do_spe_mathemu()
497 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
498 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
504 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
505 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
520 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()
521 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
525 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()
526 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
530 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()
531 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
692 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()