target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.
authorChinmay Rath <rathc@linux.ibm.com>
Tue, 9 Jul 2024 11:43:39 +0000 (17:13 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commitbf15bf0a1d07913f22e9e82a0b829d45efc69195
tree5da348307e288d15ae404fcff3f38b9685fd1e11
parente77d736d2a069d462b686f2207df06859abb9ace
target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.

Those functions are used to ld/st data to and from Altivec registers,
in 64 bits chunks, and are only used in vmx-impl.c.inc file,
hence the clean-up movement.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/translate.c
target/ppc/translate/vmx-impl.c.inc