On 8/23/21 9:40 AM, Philipp Tomsich wrote:
The following instructions are part of Zba:
- add.uw (RV64 only)
- sh[123]add (RV32 and RV64)
- sh[123]add.uw (RV64-only)
- slli.uw (RV64-only)
Signed-off-by: Philipp Tomsich<[email protected]>
---
Changes in v3:
- The changes to the Zba instructions (i.e. the REQUIRE_ZBA macro
and its use for qualifying the Zba instructions) are moved into
a separate commit.
target/riscv/insn32.decode | 20 ++++++++++++--------
target/riscv/insn_trans/trans_rvb.c.inc | 17 ++++++++++++-----
2 files changed, 24 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~