[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 19/52] tcg: Remove outdated comments in helper-head.h
|
From: |
Richard Henderson |
|
Subject: |
[PATCH v2 19/52] tcg: Remove outdated comments in helper-head.h |
|
Date: |
Tue, 23 May 2023 06:52:49 -0700 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
include/exec/helper-head.h | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/include/exec/helper-head.h b/include/exec/helper-head.h
index f863a6ef5d..a355ef8ebe 100644
--- a/include/exec/helper-head.h
+++ b/include/exec/helper-head.h
@@ -1,18 +1,6 @@
-/* Helper file for declaring TCG helper functions.
- Used by other helper files.
-
- Targets should use DEF_HELPER_N and DEF_HELPER_FLAGS_N to declare helper
- functions. Names should be specified without the helper_ prefix, and
- the return and argument types specified. 3 basic types are understood
- (i32, i64 and ptr). Additional aliases are provided for convenience and
- to match the types used by the C helper implementation.
-
- The target helper.h should be included in all files that use/define
- helper functions. THis will ensure that function prototypes are
- consistent. In addition it should be included an extra two times for
- helper.c, defining:
- GEN_HELPER 1 to produce op generation functions (gen_helper_*)
- GEN_HELPER 2 to do runtime registration helper functions.
+/*
+ * Helper file for declaring TCG helper functions.
+ * Used by other helper files.
*/
#ifndef EXEC_HELPER_HEAD_H
--
2.34.1
- [PATCH v2 02/52] tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL, (continued)
- [PATCH v2 02/52] tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL, Richard Henderson, 2023/05/23
- [PATCH v2 12/52] tcg: Split out tcg-target-reg-bits.h, Richard Henderson, 2023/05/23
- [PATCH v2 06/52] tcg: Widen CPUTLBEntry comparators to 64-bits, Richard Henderson, 2023/05/23
- [PATCH v2 11/52] *: Add missing includes of tcg/tcg.h, Richard Henderson, 2023/05/23
- [PATCH v2 14/52] tcg: Split out tcg/oversized-guest.h, Richard Henderson, 2023/05/23
- [PATCH v2 10/52] *: Add missing includes of tcg/debug-assert.h, Richard Henderson, 2023/05/23
- [PATCH v2 13/52] target/arm: Fix test of TCG_OVERSIZED_GUEST, Richard Henderson, 2023/05/23
- [PATCH v2 20/52] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h, Richard Henderson, 2023/05/23
- [PATCH v2 35/52] tcg: Spit out exec/translation-block.h, Richard Henderson, 2023/05/23
- [PATCH v2 15/52] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h, Richard Henderson, 2023/05/23
- [PATCH v2 19/52] tcg: Remove outdated comments in helper-head.h,
Richard Henderson <=
- [PATCH v2 17/52] target/arm: Include helper-gen.h in translator.h, Richard Henderson, 2023/05/23
- [PATCH v2 18/52] target/hexagon: Include helper-gen.h where needed, Richard Henderson, 2023/05/23
- [PATCH v2 09/52] *: Add missing includes of qemu/error-report.h, Richard Henderson, 2023/05/23
- [PATCH v2 22/52] tcg: Move temp_idx and tcgv_i32_temp debug out of line, Richard Henderson, 2023/05/23
- [PATCH v2 23/52] tcg: Split tcg_gen_callN, Richard Henderson, 2023/05/23
- [PATCH v2 21/52] tcg: Pass TCGHelperInfo to tcg_gen_callN, Richard Henderson, 2023/05/23
- [PATCH v2 16/52] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h, Richard Henderson, 2023/05/23
- [PATCH v2 25/52] tcg: Split helper-proto.h, Richard Henderson, 2023/05/23
- [PATCH v2 07/52] tcg: Add tlb_fast_offset to TCGContext, Richard Henderson, 2023/05/23
- [PATCH v2 26/52] tcg: Add insn_start_words to TCGContext, Richard Henderson, 2023/05/23