projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b182eb
)
target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva
author
Richard Henderson
<richard.henderson@linaro.org>
Thu, 5 Mar 2020 16:09:21 +0000
(16:09 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:21 +0000
(16:09 +0000)
The function does not write registers, and only reads them by
implication via the exception path.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id:
20200302175829
.2183-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-a64.h
patch
|
blob
|
history
diff --git
a/target/arm/helper-a64.h
b/target/arm/helper-a64.h
index b1a5935f61805aea33ebadb23119adc73b492e02..3df7c185aa1df67fe087d8dc34d752bd01902c5f 100644
(file)
--- a/
target/arm/helper-a64.h
+++ b/
target/arm/helper-a64.h
@@
-90,7
+90,7
@@
DEF_HELPER_2(advsimd_f16touinth, i32, f16, ptr)
DEF_HELPER_2(sqrt_f16, f16, f16, ptr)
DEF_HELPER_2(exception_return, void, env, i64)
-DEF_HELPER_
2(dc_zva
, void, env, i64)
+DEF_HELPER_
FLAGS_2(dc_zva, TCG_CALL_NO_WG
, void, env, i64)
DEF_HELPER_FLAGS_3(pacia, TCG_CALL_NO_WG, i64, env, i64, i64)
DEF_HELPER_FLAGS_3(pacib, TCG_CALL_NO_WG, i64, env, i64, i64)