diff options
author | Richard Henderson <rth@twiddle.net> | 2010-04-07 10:17:24 -0700 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-27 05:50:41 +0200 |
commit | 882582922a5c816bb2cc9ebb4550b4b66d6e391b (patch) | |
tree | ea445cfc6feee3d4e107b37e8d6b6f271e72fa61 /target-alpha/helper.h | |
parent | 76409decd6ffe8ef205dbd0c92f99c98d49c8d0d (diff) | |
download | qemu-882582922a5c816bb2cc9ebb4550b4b66d6e391b.tar.gz qemu-882582922a5c816bb2cc9ebb4550b4b66d6e391b.tar.bz2 qemu-882582922a5c816bb2cc9ebb4550b4b66d6e391b.zip |
target-alpha: Implement cvtlq inline.
It's a simple shift and mask sequence.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index 10c78d0e0e..ccf6a2aae9 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -83,7 +83,6 @@ DEF_HELPER_FLAGS_1(cvtqf, TCG_CALL_CONST, i64, i64) DEF_HELPER_FLAGS_1(cvtgf, TCG_CALL_CONST, i64, i64) DEF_HELPER_FLAGS_1(cvtgq, TCG_CALL_CONST, i64, i64) DEF_HELPER_FLAGS_1(cvtqg, TCG_CALL_CONST, i64, i64) -DEF_HELPER_FLAGS_1(cvtlq, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64) DEF_HELPER_FLAGS_1(cvttq, TCG_CALL_CONST, i64, i64) DEF_HELPER_FLAGS_1(cvttq_c, TCG_CALL_CONST, i64, i64) |