[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 32/73] tcg/aarch64: Provide TCG_TARGET_{s}extract_valid
From: |
Richard Henderson |
Subject: |
[PATCH 32/73] tcg/aarch64: Provide TCG_TARGET_{s}extract_valid |
Date: |
Thu, 2 Jan 2025 10:06:12 -0800 |
Trivially mirrors TCG_TARGET_HAS_{s}extract_*.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
tcg/aarch64/tcg-target-has.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tcg/aarch64/tcg-target-has.h b/tcg/aarch64/tcg-target-has.h
index bba3694338..d750fccb30 100644
--- a/tcg/aarch64/tcg-target-has.h
+++ b/tcg/aarch64/tcg-target-has.h
@@ -90,4 +90,7 @@
#define TCG_TARGET_HAS_cmpsel_vec 0
#define TCG_TARGET_HAS_tst_vec 1
+#define TCG_TARGET_extract_valid(type, ofs, len) 1
+#define TCG_TARGET_sextract_valid(type, ofs, len) 1
+
#endif
--
2.43.0
- Re: [PATCH 17/73] tcg/tci: Move TCI specific opcodes to tcg-target-opc.h.inc, (continued)
- [PATCH 07/73] tcg: Add TCGType argument to tcg_op_supported, Richard Henderson, 2025/01/02
- [PATCH 18/73] tcg: Move fallback tcg_can_emit_vec_op out of line, Richard Henderson, 2025/01/02
- [PATCH 23/73] tcg/mips: Expand bswap unconditionally, Richard Henderson, 2025/01/02
- [PATCH 13/73] target/i386: Use tcg_op_deposit_valid, Richard Henderson, 2025/01/02
- [PATCH 14/73] target/i386: Use tcg_op_supported, Richard Henderson, 2025/01/02
- [PATCH 32/73] tcg/aarch64: Provide TCG_TARGET_{s}extract_valid,
Richard Henderson <=
- [PATCH 33/73] tcg/aarch64: Expand extract with offset 0 with andi, Richard Henderson, 2025/01/02
- [PATCH 28/73] tcg: Merge TCG_TARGET_HAS_{add2,sub2}, Richard Henderson, 2025/01/02
- [PATCH 06/73] tcg: Move call abi parameters from tcg-target.h to tcg-target.c.inc, Richard Henderson, 2025/01/02
- [PATCH 09/73] target/arm: Use tcg_op_supported, Richard Henderson, 2025/01/02
- [PATCH 21/73] tcg: Merge TCG_TARGET_HAS_{div,rem,div2}, Richard Henderson, 2025/01/02