Re: [Qemu-devel] [PATCH 12/34] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access

2018-12-18 Thread David Gibson
On Mon, Dec 17, 2018 at 10:38:49PM -0800, Richard Henderson wrote: > From: Mark Cave-Ayland > > These helpers allow us to move AVR register values to/from the specified > TCGv_i64 > argument. > > To prevent VMX helpers accessing the cpu_avr{l,h} arrays directly, add extra > TCG > temporaries a

[Qemu-devel] [PATCH 12/34] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access

2018-12-17 Thread Richard Henderson
From: Mark Cave-Ayland These helpers allow us to move AVR register values to/from the specified TCGv_i64 argument. To prevent VMX helpers accessing the cpu_avr{l,h} arrays directly, add extra TCG temporaries as required. Signed-off-by: Mark Cave-Ayland Reviewed-by: Richard Henderson Message-