summaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2010-03-19 15:55:40 -0700
committerAurelien Jarno <aurelien@aurel32.net>2010-04-10 02:44:31 +0200
commit735cf45f9c05a5b2a780a0fb2bdb57829193ea5f (patch)
tree57b41ffcffe4fab2fac0175da6043737c54cb955 /target-alpha/helper.h
parent0c287402a8f2d2417e1327656d849e3b38826748 (diff)
downloadqemu-735cf45f9c05a5b2a780a0fb2bdb57829193ea5f.tar.gz
target-alpha: Implement cvtql inline.
It's a simple mask and shift sequence. Also, fix a typo in the actual masks used. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r--target-alpha/helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h
index a5080770bf..6072a26b92 100644
--- a/target-alpha/helper.h
+++ b/target-alpha/helper.h
@@ -95,10 +95,6 @@ DEF_HELPER_FLAGS_1(cvttq, TCG_CALL_CONST, i64, i64)
DEF_HELPER_FLAGS_1(cvttq_c, TCG_CALL_CONST, i64, i64)
DEF_HELPER_FLAGS_1(cvttq_svic, TCG_CALL_CONST, i64, i64)
-DEF_HELPER_FLAGS_1(cvtql, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64)
-DEF_HELPER_1(cvtql_v, i64, i64)
-DEF_HELPER_1(cvtql_sv, i64, i64)
-
DEF_HELPER_FLAGS_1(setroundmode, TCG_CALL_CONST, void, i32)
DEF_HELPER_FLAGS_1(setflushzero, TCG_CALL_CONST, void, i32)
DEF_HELPER_FLAGS_0(fp_exc_clear, TCG_CALL_CONST, void)