summaryrefslogtreecommitdiffstats
path: root/target/hppa/helper.h
diff options
context:
space:
mode:
authorEmilio G. Cota2017-07-15 00:29:47 +0200
committerRichard Henderson2017-10-24 22:53:41 +0200
commitf9f46db444a2dfc2ebf1f9f7d4b42163ab33187d (patch)
tree9547c37b9e4c1250a0d62e8a5264464f75298f61 /target/hppa/helper.h
parenttarget/arm: check CF_PARALLEL instead of parallel_cpus (diff)
downloadqemu-f9f46db444a2dfc2ebf1f9f7d4b42163ab33187d.tar.gz
qemu-f9f46db444a2dfc2ebf1f9f7d4b42163ab33187d.tar.xz
qemu-f9f46db444a2dfc2ebf1f9f7d4b42163ab33187d.zip
target/hppa: check CF_PARALLEL instead of parallel_cpus
Thereby decoupling the resulting translated code from the current state of the system. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/helper.h')
-rw-r--r--target/hppa/helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/hppa/helper.h b/target/hppa/helper.h
index 789f07fc0a..0a6b900555 100644
--- a/target/hppa/helper.h
+++ b/target/hppa/helper.h
@@ -3,7 +3,9 @@ DEF_HELPER_FLAGS_2(tsv, TCG_CALL_NO_WG, void, env, tl)
DEF_HELPER_FLAGS_2(tcond, TCG_CALL_NO_WG, void, env, tl)
DEF_HELPER_FLAGS_3(stby_b, TCG_CALL_NO_WG, void, env, tl, tl)
+DEF_HELPER_FLAGS_3(stby_b_parallel, TCG_CALL_NO_WG, void, env, tl, tl)
DEF_HELPER_FLAGS_3(stby_e, TCG_CALL_NO_WG, void, env, tl, tl)
+DEF_HELPER_FLAGS_3(stby_e_parallel, TCG_CALL_NO_WG, void, env, tl, tl)
DEF_HELPER_FLAGS_1(probe_r, TCG_CALL_NO_RWG_SE, tl, tl)
DEF_HELPER_FLAGS_1(probe_w, TCG_CALL_NO_RWG_SE, tl, tl)