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-01-09 08:46:19 +1100
committerRichard Henderson <richard.henderson@linaro.org>2024-02-03 23:43:48 +0000
commitcaf3eacc8f7f372c589432f53fb5835680a8863b (patch)
tree205783a14c13022ab6a53413b92532c23ec69fac /tcg/arm/tcg-target.h
parentd48097d0270e702e4de88f6e36a256ebff33ad6c (diff)
downloadfocaccia-qemu-caf3eacc8f7f372c589432f53fb5835680a8863b.tar.gz
focaccia-qemu-caf3eacc8f7f372c589432f53fb5835680a8863b.zip
tcg: Introduce TCG_TARGET_HAS_tst
Define as 0 for all tcg backends.

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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h
index a712cc80ad..7bf42045a7 100644
--- a/tcg/arm/tcg-target.h
+++ b/tcg/arm/tcg-target.h
@@ -125,6 +125,8 @@ extern bool use_neon_instructions;
 
 #define TCG_TARGET_HAS_qemu_ldst_i128   0
 
+#define TCG_TARGET_HAS_tst              0
+
 #define TCG_TARGET_HAS_v64              use_neon_instructions
 #define TCG_TARGET_HAS_v128             use_neon_instructions
 #define TCG_TARGET_HAS_v256             0