Re: [PATCH 3/4] target/ppc: fix xscvqpdp register access

2021-12-11 Thread Richard Henderson
On 12/10/21 6:13 AM, Victor Colombo wrote: From: Matheus Ferst This instruction has VRT and VRB fields instead of T/TX and B/BX. Signed-off-by: Matheus Ferst --- target/ppc/translate/vsx-impl.c.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson

[PATCH 3/4] target/ppc: fix xscvqpdp register access

2021-12-10 Thread Victor Colombo
From: Matheus Ferst This instruction has VRT and VRB fields instead of T/TX and B/BX. Signed-off-by: Matheus Ferst --- target/ppc/translate/vsx-impl.c.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/ppc/translate/vsx-impl.c.inc