Lines Matching refs:va
182 union dw_union vc, va, vb; in do_spe_mathemu() local
201 va.wp[0] = current->thread.evr[fa]; in do_spe_mathemu()
202 va.wp[1] = regs->gpr[fa]; in do_spe_mathemu()
210 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()
220 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
225 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
234 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; 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()
348 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu()
353 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu()
364 vc.dp[0] = va.dp[0] & ~SIGN_BIT_D; 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()
493 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
494 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
500 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
501 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
516 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()
517 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
521 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()
522 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
526 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()
527 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
688 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()