On 6/14/21 8:09 AM, Peter Maydell wrote:
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.mayd...@linaro.org>
---
v1->v2: swapped LE/WLS lines in t32.decode; added missing return
---
target/arm/t32.decode | 8 ++++++--
target/arm/translate.c | 37 ++++++++++++++++++++++++++++++++++++-
2 files changed, 42 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~