summaryrefslogtreecommitdiffstats
path: root/tcg/ia64
diff options
context:
space:
mode:
authorRichard Henderson2013-09-10 02:03:24 +0200
committerRichard Henderson2014-04-28 20:06:34 +0200
commit4bb7a41ed635960e1551e8b5a1aea9ee4d1758a3 (patch)
tree68ed85758ad038717290bd8f4aa4dae00d08935b /tcg/ia64
parenttcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes (diff)
downloadqemu-4bb7a41ed635960e1551e8b5a1aea9ee4d1758a3.tar.gz
qemu-4bb7a41ed635960e1551e8b5a1aea9ee4d1758a3.tar.xz
qemu-4bb7a41ed635960e1551e8b5a1aea9ee4d1758a3.zip
tcg: Add INDEX_op_trunc_shr_i32
Let the backend do something special for truncation. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ia64')
-rw-r--r--tcg/ia64/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/ia64/tcg-target.h b/tcg/ia64/tcg-target.h
index 09c3ba8fe3..d834beb323 100644
--- a/tcg/ia64/tcg-target.h
+++ b/tcg/ia64/tcg-target.h
@@ -152,6 +152,7 @@ typedef enum {
#define TCG_TARGET_HAS_muluh_i64 0
#define TCG_TARGET_HAS_mulsh_i32 0
#define TCG_TARGET_HAS_mulsh_i64 0
+#define TCG_TARGET_HAS_trunc_shr_i32 0
#define TCG_TARGET_HAS_new_ldst 1