On 6/2/19 4:08 AM, Mark Cave-Ayland wrote: > Since commit 8a14d31b00 "target/ppc: switch fpr/vsrl registers so all VSX > registers are in host endian order" functions getVSR() and putVSR() which used > to convert the VSR registers into host endian order are no longer required. > > Now that there are now no more users of getVSR()/putVSR() these functions can > be completely removed. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > target/ppc/int_helper.c | 22 ++++++++++------------ > target/ppc/internal.h | 12 ------------ > 2 files changed, 10 insertions(+), 24 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~