On Wed, 24 Jun 2026 at 14:37, Jim MacArthur <jim.macarthur@linaro.org> wrote:
>
> This introduces new forms of FCVTXX instructions which convert floating
> point to integer but place the results in SIMD & FP registers, and
> forms of the [SU]CVTF instructions which convert from integer to FP
> with a source in SIMD & FP registers. The logic for conversion and test
> values are otherwise the same as the versions which use general-purpose
> registers.
>
> Signed-off-by: Jim MacArthur <jim.macarthur@linaro.org>
> ---
> Changes in v2:
Since it looks like you'll need to respin this anyway,
a minor patch structuring nit:
> Jim MacArthur (6):
> target/arm/tcg/cpu64.c: Add FEAT_FPRCVT to cpu_max
> linux-user/aarch64/elfload.c: Add FPRCVT
> docs/system/arm: Add FEAT_FPRCVT to A-profile support
We generally put all of these in one patch, since they're
just single lines needed to expose the feature to the
guest and document that we've done it. Compare e.g.
commit c45b02cb24ee. So you can just squash these together.
thanks
-- PMM