Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pseudoinstructions from B instruction table #1676

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions src/b-st-ext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ The shift and add instructions do a left shift of 1, 2, or 3 because these are c

While the shift and add instructions are limited to a maximum left shift of 3, the slli instruction (from the base ISA) can be used to perform similar shifts for indexing into arrays of wider elements. The slli.uw -- added in this extension -- can be used when the index is to be interpreted as an unsigned word.

The following instructions (and pseudoinstructions) comprise the Zba extension:
The following instructions comprise the Zba extension:

[%header,cols="^1,^1,4,8"]
|===
Expand Down Expand Up @@ -501,11 +501,6 @@ The following instructions (and pseudoinstructions) comprise the Zba extension:
|slli.uw _rd_, _rs1_, _imm_
|<<#insns-slli_uw>>

|
|&#10003;
|zext.w _rd_, _rs_
|<<#insns-add_uw>>

|===

[#zbb,reftext="Basic bit-manipulation"]
Expand Down