|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v3 06/15] target/riscv: Reassign instructions to the Zbs-extension |
| Date: | Mon, 23 Aug 2021 10:07:20 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 8/23/21 9:40 AM, Philipp Tomsich wrote:
The following instructions are part of Zbs:
- b{set,clr,ext,inv}
- b{set,clr,ext,inv}i
Signed-off-by: Philipp Tomsich<philipp.tomsich@vrull.eu>
---
Changes in v3:
- The changes to the Zbs instructions (i.e. the REQUIRE_ZBS macro) and
its use for qualifying the Zba instructions) are moved into a
separate commit.
target/riscv/insn32.decode | 17 +++++++++--------
target/riscv/insn_trans/trans_rvb.c.inc | 24 +++++++++++++++---------
2 files changed, 24 insertions(+), 17 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |