summary refs log tree commit diff stats
path: root/tcg/aarch64/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-10-24 02:58:59 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-02-03 23:53:48 +0000
commit339adf2f38e573bb3418bcdbcca6ea564c4a724c (patch)
treeeeb91df489d0fcd74fc02fff24b0b3e8c5f44776 /tcg/aarch64/tcg-target.h
parent21e9a8aefb0313174c1861df84e5e49bd84026c8 (diff)
downloadfocaccia-qemu-339adf2f38e573bb3418bcdbcca6ea564c4a724c.tar.gz
focaccia-qemu-339adf2f38e573bb3418bcdbcca6ea564c4a724c.zip
tcg/aarch64: Support TCG_COND_TST{EQ,NE}
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '')
-rw-r--r--tcg/aarch64/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h
index b4ac13be7b..ef5ebe91bd 100644
--- a/tcg/aarch64/tcg-target.h
+++ b/tcg/aarch64/tcg-target.h
@@ -138,7 +138,7 @@ typedef enum {
 #define TCG_TARGET_HAS_qemu_ldst_i128   1
 #endif
 
-#define TCG_TARGET_HAS_tst              0
+#define TCG_TARGET_HAS_tst              1
 
 #define TCG_TARGET_HAS_v64              1
 #define TCG_TARGET_HAS_v128             1