]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/internals.h
target/arm: Add mte helpers for sve scalar + int loads
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:31 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commit206adacfb8d35e671e3619591608c475aa046b63
tree44ed93ca28ab3c527316dc4fcc1d680bd3600b63
parent149d3b31f3f0f7f9e1c3a77043450a95c7a7e93d
target/arm: Add mte helpers for sve scalar + int loads

Because the elements are sequential, we can eliminate many tests all
at once when the tag hits TCMA, or if the page(s) are not Tagged.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-34-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper-sve.h
target/arm/internals.h
target/arm/sve_helper.c
target/arm/translate-sve.c