]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Introduce vfp_load_reg16
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:35 +0000 (16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (14:29 +0100)
commit3938f94175283ab709b5082704dbf772c8c4be61
treec1e9d19210fd6b02927086d46fb2db27d2464f98
parenta1e250fc7177be91107e90d441ec6fd13c26d2d6
target/arm: Introduce vfp_load_reg16

Load and zero-extend float16 into a TCGv_i32 before
all scalar operations.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240524232121.284515-22-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-vfp.c