target/arm: Split out load/store primitives to sve_ldst_internal.h
commitd1ce862602ac23de7b3e8541507fc78a8c4a5766
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jun 2022 18:38:57 +0000 (8 19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:57 +0000 (8 19:38 +0100)
tree87977b8c2ec8fc233f384197713d88fa0eec39c1
parent5ef3cc563699d9b96e6b1acb15c7c02cf75d8266
target/arm: Split out load/store primitives to sve_ldst_internal.h

Begin creation of sve_ldst_internal.h by moving the primitives
that access host and tlb memory.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220607203306.657998-14-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c
target/arm/sve_ldst_internal.h [new file with mode: 0644]