diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-10 18:32:08 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:16 -0700 |
| commit | 5fa8e13872b0ecab7e1bc1f75c65281983df52e5 (patch) | |
| tree | 026b4ffa2c9daf4e6d6b23e30ab4b13f5a903abd /tcg/tcg-has.h | |
| parent | e579c717cb1176d2cd8bd24d9b0e9c6a4b1a0d71 (diff) | |
| download | focaccia-qemu-5fa8e13872b0ecab7e1bc1f75c65281983df52e5.tar.gz focaccia-qemu-5fa8e13872b0ecab7e1bc1f75c65281983df52e5.zip | |
tcg: Convert bswap16 to TCGOutOpBswap
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg-has.h b/tcg/tcg-has.h index 315dfd05aa..3d1c805d59 100644 --- a/tcg/tcg-has.h +++ b/tcg/tcg-has.h @@ -12,7 +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_bswap16_i64 0 #define TCG_TARGET_HAS_bswap32_i64 0 #define TCG_TARGET_HAS_bswap64_i64 0 #define TCG_TARGET_HAS_extract2_i64 0 |