Skip to content

Commit

Permalink
fixup! Inline Asm Constraints and Modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
lenary committed Nov 13, 2024
1 parent 3c32dce commit bb49ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ to aid portability of floating-point code.
|J |Zero integer immediate operand |
|s |symbol or label reference with a constant offset |
|cr |RVC general purpose register (`x8`-`x15`) |
|cf |RVC floating-point register (`f8`-`f15`) |
|cf |RVC floating-point register (`f8`-`f15` or `x8-x15` with `Zfinx`) |
|Pr |Even-odd general purpose register pair |
|vr |Vector register |
|vd |Vector register, excluding v0 |
Expand Down

0 comments on commit bb49ede

Please sign in to comment.