diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2019-01-30 20:36:34 +0000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-02-04 18:44:19 +1100 |
commit | 3c385a93b3fdc5972adbf03fd87a9cf091d0f098 (patch) | |
tree | 048fc71f003855384b34f4188aac9b54238ec775 /docs | |
parent | 4fbc89edc192931364d183dc4051f54dd1f58cf3 (diff) | |
download | qemu-3c385a93b3fdc5972adbf03fd87a9cf091d0f098.zip qemu-3c385a93b3fdc5972adbf03fd87a9cf091d0f098.tar.gz qemu-3c385a93b3fdc5972adbf03fd87a9cf091d0f098.tar.bz2 |
target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c
The original purpose of these macros was to correctly reference the high and low
parts of the VSRs regardless of the host endianness.
Replace these direct references to high and low parts with the relevant VsrD
macro instead, and completely remove the now-unused HI_IDX and LO_IDX macros.
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 'docs')
0 files changed, 0 insertions, 0 deletions