diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2019-01-02 09:14:21 +0000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-01-09 09:28:14 +1100 |
commit | 05ee3e8aa0c0178e98c9a05755359e382f56ce87 (patch) | |
tree | a5fae6f659b598758d051f259b0673c5b436328b /linux-user/ppc/target_fcntl.h | |
parent | 7329fb6240c689648ad89b71250411b4e46f6de7 (diff) | |
download | qemu-05ee3e8aa0c0178e98c9a05755359e382f56ce87.zip qemu-05ee3e8aa0c0178e98c9a05755359e382f56ce87.tar.gz qemu-05ee3e8aa0c0178e98c9a05755359e382f56ce87.tar.bz2 |
target/ppc: merge ppc_vsr_t and ppc_avr_t union types
Since the VSX registers are actually a superset of the VMX registers then they
can be represented by the same type. Merge ppc_avr_t into ppc_vsr_t and change
ppc_avr_t to be a simple typedef alias.
Note that due to a difference in the naming of the float32 member between
ppc_avr_t and ppc_vsr_t, references to the ppc_avr_t f member must be replaced
with f32 instead.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'linux-user/ppc/target_fcntl.h')
0 files changed, 0 insertions, 0 deletions