On 12/29/18 12:52 AM, Mark Cave-Ayland wrote: > Following on from the previous work, there are numerous endian-related hacks > in int_helper.c that can now be replaced with Vsr* macros. > > There are also a few places where the VECTOR_FOR_INORDER_I macro can be > replaced with a normal iterator since the processing order is irrelevant. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > target/ppc/int_helper.c | 155 > ++++++++++++++---------------------------------- > 1 file changed, 45 insertions(+), 110 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~