target/ppc: replace AVR* macros with Vsr* macros
commit2dea57db6051afe3162192fe62c4694e17ec871f
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 2 Jan 2019 09:14:23 +0000 (2 09:14 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 Jan 2019 22:28:14 +0000 (9 09:28 +1100)
tree0ebb84758999d562a4e45dd5aa0eac7238461082
parentef96e3ae9698d6726a8113f448c82985a9f31ff5
target/ppc: replace AVR* macros with Vsr* macros

Now that the VMX and VSR register sets have been combined, the same macros can
be used to access both AVR and VSR field members.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/int_helper.c