Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers

2023-01-25 Thread Alex Bennée
Richard Henderson writes: > Changes for v4: > * About half of the v3 series has been merged, > * AArch64 host requires even argument register. > * target/{arm,ppc,s390x,i386} uses included here. Have you got a branch or a new re-base? I tried applying but got messy conflicts I couldn't

Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers

2023-01-24 Thread Richard Henderson
On 1/7/23 16:36, Richard Henderson wrote: Patches requiring review: 01-tcg-Define-TCG_TYPE_I128-and-related-helper-macro.patch 02-tcg-Handle-dh_typecode_i128-with-TCG_CALL_-RET-AR.patch 03-tcg-Allocate-objects-contiguously-in-temp_allocat.patch

Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers

2023-01-24 Thread Richard Henderson
On 1/10/23 13:12, Mark Cave-Ayland wrote: Now that the TCG documentation is more visible, would it be possible to add a patch to update the relevant parts of docs/devel/tcg-ops.rst to reflect the new Int128 support? For avoidance of doubt, this document covers the intermediate representation

Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers

2023-01-10 Thread Mark Cave-Ayland
On 08/01/2023 02:36, Richard Henderson wrote: Changes for v4: * About half of the v3 series has been merged, * AArch64 host requires even argument register. * target/{arm,ppc,s390x,i386} uses included here. Patches requiring review:

[PATCH v4 00/36] tcg: Support for Int128 with helpers

2023-01-07 Thread Richard Henderson
Changes for v4: * About half of the v3 series has been merged, * AArch64 host requires even argument register. * target/{arm,ppc,s390x,i386} uses included here. Patches requiring review: 01-tcg-Define-TCG_TYPE_I128-and-related-helper-macro.patch