diff options
| author | Richard Henderson | 2013-09-10 02:03:24 +0200 |
|---|---|---|
| committer | Richard Henderson | 2014-04-28 20:06:34 +0200 |
| commit | 4bb7a41ed635960e1551e8b5a1aea9ee4d1758a3 (patch) | |
| tree | 68ed85758ad038717290bd8f4aa4dae00d08935b /tcg/tci | |
| parent | tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes (diff) | |
| download | qemu-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/tci')
| -rw-r--r-- | tcg/tci/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h index f43492cc67..37719e875c 100644 --- a/tcg/tci/tcg-target.h +++ b/tcg/tci/tcg-target.h @@ -82,6 +82,7 @@ #define TCG_TARGET_HAS_mulsh_i32 0 #if TCG_TARGET_REG_BITS == 64 +#define TCG_TARGET_HAS_trunc_shr_i32 0 #define TCG_TARGET_HAS_bswap16_i64 1 #define TCG_TARGET_HAS_bswap32_i64 1 #define TCG_TARGET_HAS_bswap64_i64 1 |
