[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
From: |
Alex Bennée |
Subject: |
Re: [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros |
Date: |
Tue, 10 Jan 2023 23:27:05 +0000 |
User-agent: |
mu4e 1.9.12; emacs 29.0.60 |
Richard Henderson <richard.henderson@linaro.org> writes:
> Begin staging in support for TCGv_i128 with Int128.
> Define the type enumerator, the typedef, and the
> helper-head.h macros.
>
> This cannot yet be used, because you can't allocate
> temporaries of this new type.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH v4 00/36] tcg: Support for Int128 with helpers, Richard Henderson, 2023/01/07
- [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros, Richard Henderson, 2023/01/07
- [PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL, Richard Henderson, 2023/01/07
- [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame, Richard Henderson, 2023/01/07
- [PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr, Richard Henderson, 2023/01/07
- [PATCH v4 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF, Richard Henderson, 2023/01/07
- [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg, Richard Henderson, 2023/01/07