]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement PMOVSSET
authorAaron Lindsay <aaron@os.amperecomputing.com>
Mon, 21 Jan 2019 10:23:14 +0000 (10:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2019 10:38:56 +0000 (10:38 +0000)
commit327dd5108bb3b66bb5102b659e83a4348a005f5e
tree51d578434609865e38c45e018c66c8ee9a7e697f
parent4b8afa1f99c3575f6cfb26770f90e9fd7bc45468
target/arm: Implement PMOVSSET

Add an array for PMOVSSET so we only define it for v7ve+ platforms

Signed-off-by: Aaron Lindsay <alindsay@codeaurora.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181211151945.29137-7-aaron@os.amperecomputing.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c