target/arm: Suppress Coverity warning for PRF
commit2f95a3b09aebdcb5c9152a7ac434a5d57441fe82
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Jul 2018 13:51:34 +0000 (9 14:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jul 2018 13:51:34 +0000 (9 14:51 +0100)
treeeb037dc0c3980d9eaf67a67e23cb3771f865bb0d
parent1a9b30646edd8d10caaa9727611750bf57d08c74
target/arm: Suppress Coverity warning for PRF

These instructions must perform the sve_access_check, but
since they are implemented as NOPs there is no generated
code to elide when the access check fails.

Fixes: Coverity issues 1393780 & 1393779.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c