Re: [Qemu-devel] [PATCH v6 08/14] target/arm: Implement PMOVSSET

2018-10-15 Thread Richard Henderson
On 10/10/18 1:37 PM, Aaron Lindsay wrote: > Add an array for PMOVSSET so we only define it for v7ve+ platforms > > Signed-off-by: Aaron Lindsay > --- > target/arm/helper.c | 28 > 1 file changed, 28 insertions(+) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v6 08/14] target/arm: Implement PMOVSSET

2018-10-10 Thread Aaron Lindsay
Add an array for PMOVSSET so we only define it for v7ve+ platforms Signed-off-by: Aaron Lindsay --- target/arm/helper.c | 28 1 file changed, 28 insertions(+) diff --git a/target/arm/helper.c b/target/arm/helper.c index e804caaced..f3c00c3db0 100644 --- a/target/arm