[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 47/84] tcg: Remove outdated comments in helper-head.h
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 47/84] tcg: Remove outdated comments in helper-head.h |
|
Date: |
Wed, 3 May 2023 08:22:54 +0100 |
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
- Re: [PATCH 11/84] tcg: Add addr_type to TCGContext, (continued)
- [PATCH 31/84] tcg: Add page_bits and page_mask to TCGContext, Richard Henderson, 2023/05/03
- [PATCH 37/84] *: Add missing includes of qemu/error-report.h, Richard Henderson, 2023/05/03
- [PATCH 34/84] tcg: Add tlb_fast_offset to TCGContext, Richard Henderson, 2023/05/03
- [PATCH 40/84] tcg: Split out tcg-target-reg-bits.h, Richard Henderson, 2023/05/03
- [PATCH 41/84] target/arm: Fix test of TCG_OVERSIZED_GUEST, Richard Henderson, 2023/05/03
- [PATCH 42/84] tcg: Split out tcg/oversized-guest.h, Richard Henderson, 2023/05/03
- [PATCH 43/84] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h, Richard Henderson, 2023/05/03
- [PATCH 45/84] target/arm: Include helper-gen.h in translator.h, Richard Henderson, 2023/05/03
- [PATCH 47/84] tcg: Remove outdated comments in helper-head.h,
Richard Henderson <=
- [PATCH 44/84] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h, Richard Henderson, 2023/05/03
- [PATCH 46/84] target/hexagon: Include helper-gen.h where needed, Richard Henderson, 2023/05/03
- [PATCH 51/84] tcg: Split tcg_gen_callN, Richard Henderson, 2023/05/03
- [PATCH 54/84] tcg: Add insn_start_words to TCGContext, Richard Henderson, 2023/05/03
- [PATCH 53/84] tcg: Split helper-proto.h, Richard Henderson, 2023/05/03
- [PATCH 50/84] tcg: Move temp_idx and tcgv_i32_temp debug out of line, Richard Henderson, 2023/05/03
- [PATCH 48/84] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h, Richard Henderson, 2023/05/03
- [PATCH 55/84] tcg: Add guest_mo to TCGContext, Richard Henderson, 2023/05/03
- [PATCH 62/84] tcg: Remove USE_TCG_OPTIMIZATIONS, Richard Henderson, 2023/05/03
- [PATCH 57/84] tcg: Split tcg/tcg-op-gvec.h, Richard Henderson, 2023/05/03