Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
missing "y" in two tables incorrectly implied some instructions were …
Browse files Browse the repository at this point in the history
…not available for RV32
  • Loading branch information
tariqkurd-repo authored Aug 4, 2021
1 parent 8705d6a commit a055129
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ISA proposals/Huawei/Zce_spec.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= RISC-V Zce code-size reduction extension proposal v0.50
Version 0.50
= RISC-V Zce code-size reduction extension proposal v0.50.1
Version 0.50.1
:doctype: book
:encoding: utf-8
:lang: en
Expand All @@ -20,6 +20,7 @@ This document describes the `Zce` extension to reduce code-size.

|===================================================================
| version | change
| 0.50.1 | fix typo - all instructions are available in RV32 (some tables said otherwise)
| 0.50 | release version.
| | fix https://github.com/riscv/riscv-code-size-reduction/issues/103 (BEQI/BNEI format)
| 0.41.12 | Simplify table jump CSRs (https://github.com/riscv/riscv-code-size-reduction/issues/84[github issue]) and enhance the table jump pesudo-code to include debug triggers/haltreq/step
Expand Down Expand Up @@ -81,7 +82,7 @@ image::https://github.com/riscv/riscv-code-size-reduction/blob/master/ISA%20prop
|C.MUL|y|y|y|Zcea/Zcee|requires M or Zmmul
|MULI|y|y|y|Zcea|requires M or Zmmul
6+|other 16-bit encodings
|C.MVA01S07| |y|y|Zcea|
|C.MVA01S07|y|y|y|Zcea|
|C.NOT|y|y|y|Zcea|
|C.NEG|y|y|y|Zcea|
|C.TBLJ|y|y|y|Zcea|
Expand Down Expand Up @@ -226,8 +227,8 @@ The shared encoding column in the tables assigns an arbitrary number to show whi
|100 |C.SUBW (RV32:RSV) | |Zc64/Zc128 | |y |y |C
|100 |C.ADDW (RV32:RSV) | |Zc64/Zc128 | |y |y |C

|100 |C.MUL | |Zcea/Zcee | |y |y |M+C+*Zcea/Zcee*
|100 |C.MVA01S07 | |Zcea | |y |y |C+*Zcea*
|100 |C.MUL | |Zcea/Zcee |y |y |y |M+C+*Zcea/Zcee*
|100 |C.MVA01S07 | |Zcea |y |y |y |C+*Zcea*


|101 |C.J | |Zci |y |y |y |C
Expand Down

0 comments on commit a055129

Please sign in to comment.