Skip to content

Commit fdd554c

Browse files
lenarycmuellner
authored andcommitted
Add RVC GPR Pair Constraint - cR
This follows the notion of using `c` as a prefix to mean "RVC-compatible", and `R` to mean "GPR Pair". The Zclsd specification adds registers with this constraint, in particular the `c.ld` and `c.sd` instructions need it.
1 parent 22391f4 commit fdd554c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/c-api.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ to aid portability of floating-point code.
755755
|cr |RVC general purpose register (`x8`-`x15`) |
756756
|cf |RVC floating-point register (`f8`-`f15` or `x8-x15` with `Zfinx`) |
757757
|R |Even-odd general purpose register pair |
758+
|cR |RVC even-odd general purpose register pair (`x8`-`x14`) |
758759
|vr |Vector register |
759760
|vd |Vector register, excluding v0 |
760761
|vm |Vector register, only v0 |

0 commit comments

Comments
 (0)