Skip to content

Commit

Permalink
fix Lawrence feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqkurd-repo committed Oct 29, 2024
1 parent 6cf17b2 commit 02af139
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/insns/acperm_32bit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ The rules from <<acperm_rules>> must be followed when removing permissions.
| 2 | <<c_perm>> | <<r_perm>> or <<w_perm>>
| 3 (RV32 only) | <<c_perm>> | <<r_perm>>
| 4 (RV32 only) | <<x_perm>> | <<r_perm>>
| 5 (RV32 only) | <<w_perm>> | not(<<c_perm>>) or (<<c_perm>> and not(<<lm_perm>>))
| 5 (RV32 only) | <<w_perm>> | not(<<c_perm>>) or <<lm_perm>>
| 6 (RV32 only) | <<x_perm>> | <<w_perm>> or <<c_perm>>
| 7 (RV32 only) | <<x_perm>> | <<c_perm>> == <<lm_perm>> == <<el_perm>>
| 8 | <<sl_perm>> | <<w_perm>> and <<c_perm>>
| 9 | <<el_perm>> | <<c_perm>> and <<r_perm>>
| 10 | <<lm_perm>> | <<c_perm>> and <<r_perm>>
| 7 | <<el_perm>> | <<c_perm>> and <<r_perm>>
| 8 | <<lm_perm>> | <<c_perm>> and <<r_perm>>
| 9 (RV32 only) | <<x_perm>> | <<c_perm>> == <<lm_perm>> == <<el_perm>>
| 10 | <<sl_perm>> | <<w_perm>> and <<c_perm>>
| 11 | <<asr_perm>> | <<x_perm>>
| 12 | <<m_bit>> | <<x_perm>>
|===
Expand Down

0 comments on commit 02af139

Please sign in to comment.