|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 2/3] target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128. |
Date: | Sun, 30 Jun 2024 09:58:35 -0700 |
User-agent: | Mozilla Thunderbird |
On 6/30/24 05:01, Chinmay Rath wrote:
Updated instructions {l, st}vx to use tcg_gen_qemu_ld/st_i128, instead of using 64 bits loads/stores in succession. Introduced functions {get, set}_avr_full in vmx-impl.c.inc to facilitate the above, and potential future usage. Suggested-by: Richard Henderson<richard.henderson@linaro.org> Signed-off-by: Chinmay Rath<rathc@linux.ibm.com> --- target/ppc/translate/vmx-impl.c.inc | 42 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 22 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |