Re: [Qemu-devel] [PATCH v5 06/13] target/arm: Implement PMOVSSET

2018-08-28 Thread Aaron Lindsay
On Jun 28 17:23, Peter Maydell wrote: > On 22 June 2018 at 21:32, 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(

Re: [Qemu-devel] [PATCH v5 06/13] target/arm: Implement PMOVSSET

2018-06-28 Thread Peter Maydell
On 22 June 2018 at 21:32, 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(+) > > diff --git a/target/arm/helper.c b/target/arm

[Qemu-devel] [PATCH v5 06/13] target/arm: Implement PMOVSSET

2018-06-22 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 7d63bb2..5d83446 100644 --- a/target/arm/helpe