OSDN Git Service

target/arm: Implement MVE WLSTP insn
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Jun 2021 15:09:17 +0000 (16:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Jun 2021 13:33:52 +0000 (14:33 +0100)
commit6822abfdf8b382be4fc84066fa1087e5fef81360
tree91b4e865a7ceeebd70f5175ed71064876a934063
parent76c32d721da1a69999eb2d3cd5f1d272ca26f98e
target/arm: Implement MVE WLSTP insn

Implement the MVE WLSTP insn; this is like the existing WLS insn,
except that it specifies a size value which is used to set
FPSCR.LTPSIZE.

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