]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VPST
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:10 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (14:58 +0100)
commit387debdb93d2635fb6d62bff38887d17ef4d8117
tree96983364c4014fb899b1f383fd5497de19c100ff
parentb050543b68308427792cc024fb2905b041ebc253
target/arm: Implement MVE VPST

Implement the MVE VPST insn, which sets the predicate mask
fields in the VPR to the immediate value encoded in the insn.

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