Lines Matching full:va
185 union dw_union vc, va, vb; in do_spe_mathemu() local
204 va.wp[0] = current->thread.evr[fa]; in do_spe_mathemu()
205 va.wp[1] = regs->gpr[fa]; in do_spe_mathemu()
213 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()
223 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
228 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
237 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
241 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
245 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
350 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu()
355 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu()
366 vc.dp[0] = va.dp[0] & ~SIGN_BIT_D; in do_spe_mathemu()
370 vc.dp[0] = va.dp[0] | SIGN_BIT_D; in do_spe_mathemu()
374 vc.dp[0] = va.dp[0] ^ SIGN_BIT_D; in do_spe_mathemu()
490 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
491 FP_UNPACK_SP(SA1, va.wp + 1); 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()
513 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()
514 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
518 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()
519 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
523 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()
524 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
644 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()