summary refs log tree commit diff stats
path: root/tcg/arm/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-05-15 12:49:01 +0200
committerRichard Henderson <richard.henderson@linaro.org>2024-05-22 19:05:21 -0700
commitaf8c14a25477e0ea127ca66d5d9c0710da854906 (patch)
tree916d9451e00c12da1fafff0ce9bc4b303c98b873 /tcg/arm/tcg-target.h
parent7e1c0047015ffbd408e1aa4a5ec1abe4751dbf7e (diff)
downloadfocaccia-qemu-af8c14a25477e0ea127ca66d5d9c0710da854906.tar.gz
focaccia-qemu-af8c14a25477e0ea127ca66d5d9c0710da854906.zip
tcg: Introduce TCG_TARGET_HAS_tst_vec
Prelude to supporting TCG_COND_TST* in vector comparisons.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/arm/tcg-target.h')
-rw-r--r--tcg/arm/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h
index a43875cb09..434a892e07 100644
--- a/tcg/arm/tcg-target.h
+++ b/tcg/arm/tcg-target.h
@@ -150,6 +150,7 @@ extern bool use_neon_instructions;
 #define TCG_TARGET_HAS_minmax_vec       1
 #define TCG_TARGET_HAS_bitsel_vec       1
 #define TCG_TARGET_HAS_cmpsel_vec       0
+#define TCG_TARGET_HAS_tst_vec          0
 
 #define TCG_TARGET_DEFAULT_MO (0)
 #define TCG_TARGET_NEED_LDST_LABELS