diff options
author | Peter Maydell | 2021-06-14 17:09:19 +0200 |
---|---|---|
committer | Peter Maydell | 2021-06-16 15:33:52 +0200 |
commit | a454ea1e6d40bbd4632e4e66de90e802ae47a68e (patch) | |
tree | e081462ab407845cedfd41a179e28769e865401e /target/openrisc | |
parent | target/arm: Implement MVE DLSTP (diff) | |
download | qemu-a454ea1e6d40bbd4632e4e66de90e802ae47a68e.tar.gz qemu-a454ea1e6d40bbd4632e4e66de90e802ae47a68e.tar.xz qemu-a454ea1e6d40bbd4632e4e66de90e802ae47a68e.zip |
target/arm: Implement MVE LETP insn
Implement the MVE LETP insn. This is like the existing LE loop-end
insn, but it must perform an FPU-enabled check, and on loop-exit it
resets LTPSIZE to 4.
To accommodate the requirement to do something on loop-exit, we drop
the use of condlabel and instead manage both the TB exits manually,
in the same way we already do in trans_WLS().
The other MVE-specific change to the LE insn is that we must raise an
INVSTATE UsageFault insn if LTPSIZE is not 4.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210614151007.4545-10-peter.maydell@linaro.org
Diffstat (limited to 'target/openrisc')
0 files changed, 0 insertions, 0 deletions