Re: [Qemu-devel] [PATCH v3 16/22] target/arm: Implement PMOVSSET

2018-04-12 Thread Peter Maydell
On 16 March 2018 at 20:31, Aaron Lindsay wrote: > Adding an array for v7VE+ CP registers was necessary so that PMOVSSET > wasn't defined for all v7 processors. > > Signed-off-by: Aaron Lindsay > --- > target/arm/helper.c | 32 +++- > 1 file changed, 31 insertions(+),

[Qemu-devel] [PATCH v3 16/22] target/arm: Implement PMOVSSET

2018-03-16 Thread Aaron Lindsay
Adding an array for v7VE+ CP registers was necessary so that PMOVSSET wasn't defined for all v7 processors. Signed-off-by: Aaron Lindsay --- target/arm/helper.c | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/target/arm/helper.c b/target/arm/h