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

Commit

Permalink
v1.0.0-RC5.5 - changes cm.jt/cm.jalt split to 32/224
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqkurd-repo committed Sep 20, 2022
1 parent d7c41b9 commit d1c8aca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Zc-specification/Zc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[width="100%",options=header]
|====================================================================================
|Version | change
|v1.0.0-RC5.5| Following ARC review Adjust the split so we have 224 cm.jalt and 32 cm.jt
|v1.0.0-RC5.4| Change wording for dependencies to match arch manual "Zxxx requires Zyyy" changed to "Zxxx depends on Zyyy"
|v1.0.0-RC5.3| Add dependency on Zicsr for Zcmt
|v1.0.0-RC5.2| Adjust the split so we have 240 cm.jalt and 16 cm.jt
Expand Down
2 changes: 1 addition & 1 deletion Zc-specification/cm_jalt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Encoding (RV32, RV64)::

[NOTE]

For this encoding to decode as _cm.jalt_, _index>=16_, otherwise it decodes as _cm.jt_, see <<insns-cm_jt>>.
For this encoding to decode as _cm.jalt_, _index>=32_, otherwise it decodes as _cm.jt_, see <<insns-cm_jt>>.

[NOTE]

Expand Down
2 changes: 1 addition & 1 deletion Zc-specification/cm_jt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Encoding (RV32, RV64)::

[NOTE]

For this encoding to decode as _cm.jt_, _index<16_, otherwise it decodes as _cm.jalt_, see <<insns-cm_jalt>>.
For this encoding to decode as _cm.jt_, _index<32_, otherwise it decodes as _cm.jalt_, see <<insns-cm_jalt>>.

[NOTE]

Expand Down

0 comments on commit d1c8aca

Please sign in to comment.