Re: [Qemu-devel] [RFC PATCH 19/30] Fix mask for AdvancedSIMD 2 reg misc

2017-10-16 Thread Richard Henderson
On 10/13/2017 09:24 AM, Alex Bennée wrote: > While the group encoding declares bit 28 a zero it is set for > FCMGT (zero) I see that's what the documentation says. Have you validated this? It really seems like an isolated typo. Even if that is right, it isn't (documented) to be set for the othe

[Qemu-devel] [RFC PATCH 19/30] Fix mask for AdvancedSIMD 2 reg misc

2017-10-13 Thread Alex Bennée
While the group encoding declares bit 28 a zero it is set for FCMGT (zero) Signed-off-by: Alex Bennée --- target/arm/translate-a64.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c index 11990daff4..7792cea9f5