From 4d3203fd0b5d17e39f631f2534e7cbb37d04ce3f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 19 Feb 2013 23:51:53 -0800 Subject: tcg: Add signed multiword multiplication operations Signed-off-by: Richard Henderson Signed-off-by: Blue Swirl --- tcg/ia64/tcg-target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcg/ia64') diff --git a/tcg/ia64/tcg-target.h b/tcg/ia64/tcg-target.h index 40f442ebe4..e3d72ea52f 100644 --- a/tcg/ia64/tcg-target.h +++ b/tcg/ia64/tcg-target.h @@ -142,6 +142,8 @@ typedef enum { #define TCG_TARGET_HAS_sub2_i64 0 #define TCG_TARGET_HAS_mulu2_i32 0 #define TCG_TARGET_HAS_mulu2_i64 0 +#define TCG_TARGET_HAS_muls2_i32 0 +#define TCG_TARGET_HAS_muls2_i64 0 #define TCG_TARGET_deposit_i32_valid(ofs, len) ((len) <= 16) #define TCG_TARGET_deposit_i64_valid(ofs, len) ((len) <= 16) -- cgit v1.2.1