diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-20 20:15:31 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:17 -0700 |
| commit | f2b1708e8080ab1beb0a2bf52a79a51e8de335cb (patch) | |
| tree | 4980500edf53e49415fe2ba3547e55a479722c9e /tcg/tcg-has.h | |
| parent | 4b0ee858be252ed272a758e5b6f894717e911d51 (diff) | |
| download | focaccia-qemu-f2b1708e8080ab1beb0a2bf52a79a51e8de335cb.tar.gz focaccia-qemu-f2b1708e8080ab1beb0a2bf52a79a51e8de335cb.zip | |
tcg: Remove add2/sub2 opcodes
All uses have been replaced by add/sub carry opcodes. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tcg-has.h b/tcg/tcg-has.h index 50e8d0cda4..2fc0e50d20 100644 --- a/tcg/tcg-has.h +++ b/tcg/tcg-has.h @@ -12,8 +12,6 @@ #if TCG_TARGET_REG_BITS == 32 /* Turn some undef macros into false macros. */ #define TCG_TARGET_HAS_extr_i64_i32 0 -#define TCG_TARGET_HAS_add2_i64 0 -#define TCG_TARGET_HAS_sub2_i64 0 #endif #if !defined(TCG_TARGET_HAS_v64) \ |