OSDN Git Service

target/arm: Implement MVE DLSTP
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Jun 2021 15:09:18 +0000 (16:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Jun 2021 13:33:52 +0000 (14:33 +0100)
commit40a36f003c0375bb9d347eeb3f60bac7bbeb82c3
treeab2d064fae0431a4ad9284e18c9fbda2c6fe0895
parent6822abfdf8b382be4fc84066fa1087e5fef81360
target/arm: Implement MVE DLSTP

Implement the MVE DLSTP insn; this is like the existing DLS
insn, except that it must do an FPU access check and it
sets LTPSIZE to the value specified in the insn.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210614151007.4545-9-peter.maydell@linaro.org
target/arm/t32.decode
target/arm/translate.c