summaryrefslogtreecommitdiffstats
path: root/target-alpha/helper.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-09-03 12:09:41 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-09-03 12:09:41 +0100
commitfc8135a46d095f865d285e697a874f617bfeeb90 (patch)
treedce5ca89ed5920fb535b39672e603471eb18b717 /target-alpha/helper.h
parent654cd2c5841d70e8053b39fb1a9162d5c113326b (diff)
parent112e4518f0d38fc3c52e55c7d7e77b66a295ec2b (diff)
downloadhqemu-fc8135a46d095f865d285e697a874f617bfeeb90.zip
hqemu-fc8135a46d095f865d285e697a874f617bfeeb90.tar.gz
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into staging
cmpbge emulation improvements # gpg: Signature made Wed 02 Sep 2015 20:25:10 BST using RSA key ID 4DD0279B # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>" # gpg: aka "Richard Henderson <rth@redhat.com>" # gpg: aka "Richard Henderson <rth@twiddle.net>" * remotes/rth/tags/pull-axp-20150902: target-alpha: Special case cmpbge with zero target-alpha: Rewrite helper_cmpbge using bit tests Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r--target-alpha/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h
index 42bb247..c3d8a3e 100644
--- a/target-alpha/helper.h
+++ b/target-alpha/helper.h
@@ -10,6 +10,7 @@ DEF_HELPER_FLAGS_1(cttz, TCG_CALL_NO_RWG_SE, i64, i64)
DEF_HELPER_FLAGS_2(zap, TCG_CALL_NO_RWG_SE, i64, i64, i64)
DEF_HELPER_FLAGS_2(zapnot, TCG_CALL_NO_RWG_SE, i64, i64, i64)
+DEF_HELPER_FLAGS_1(cmpbe0, TCG_CALL_NO_RWG_SE, i64, i64)
DEF_HELPER_FLAGS_2(cmpbge, TCG_CALL_NO_RWG_SE, i64, i64, i64)
DEF_HELPER_FLAGS_2(minub8, TCG_CALL_NO_RWG_SE, i64, i64, i64)
OpenPOWER on IntegriCloud