Skip to content

Commit

Permalink
Reworded statement on reusing RV64 instruction encodings (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-herber-nxp committed Jul 4, 2024
1 parent ad6de4d commit 648111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zilsd.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

== Load/Store pair

The Zilsd & Zcmlsd extensions provide load/store pair instructions for RV32 analogous to RV64 doubleword load/store instructions, reusing the existing RV64 encodings.
The Zilsd & Zcmlsd extensions provide load/store pair instructions for RV32, reusing the existing RV64 doubleword load/store instruction encodings.

Operands containing `src` for store instructions and `dest` for load instructions are held in aligned `x`-register pairs, i.e., register numbers must be even. Use of misaligned (odd-numbered) registers for these operands is _reserved_.

Expand Down

0 comments on commit 648111e

Please sign in to comment.