diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-07 11:13:05 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:16 -0700 |
| commit | a9983f81290d41ed614a193a33d03be936f6435c (patch) | |
| tree | 8de398d813e9033c0f1d687964375965f4fc9844 /tcg/tcg-has.h | |
| parent | aa28c9ef8e109db40d4781d82452805486f2a2bf (diff) | |
| download | focaccia-qemu-a9983f81290d41ed614a193a33d03be936f6435c.tar.gz focaccia-qemu-a9983f81290d41ed614a193a33d03be936f6435c.zip | |
tcg: Convert mulsh to TCGOutOpBinary
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg-has.h')
| -rw-r--r-- | tcg/tcg-has.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg-has.h b/tcg/tcg-has.h index 7f3ef73f2e..3d4c67698f 100644 --- a/tcg/tcg-has.h +++ b/tcg/tcg-has.h @@ -28,7 +28,6 @@ #define TCG_TARGET_HAS_sub2_i64 0 #define TCG_TARGET_HAS_mulu2_i64 0 #define TCG_TARGET_HAS_muls2_i64 0 -#define TCG_TARGET_HAS_mulsh_i64 0 /* Turn some undef macros into true macros. */ #define TCG_TARGET_HAS_add2_i32 1 #define TCG_TARGET_HAS_sub2_i32 1 |