diff options
author | Mark Cave-Ayland | 2019-01-30 21:36:38 +0100 |
---|---|---|
committer | David Gibson | 2019-02-04 08:44:20 +0100 |
commit | 60594fea298d1e014700cc63a92ee43258c8c504 (patch) | |
tree | b7677c31598dcbe5bc746068c889f98e718b74cd /hw | |
parent | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c (diff) | |
download | qemu-60594fea298d1e014700cc63a92ee43258c8c504.tar.gz qemu-60594fea298d1e014700cc63a92ee43258c8c504.tar.xz qemu-60594fea298d1e014700cc63a92ee43258c8c504.zip |
target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
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-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions