File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,9 @@ Changes to the RISC-V Backend
272272 * ` cf ` constraint meaning an RVC-encoding compatible FPR (` f8 ` -` f15 ` )
273273 * ` R ` constraint meaning an even-odd GPR pair (prints as the even register,
274274 but both registers in the pair are considered live).
275+ * ` cR ` constraint meaning an RVC-encoding compatible even-odd GPR Pair (prints
276+ as an even register between ` x8 ` and ` x14 ` , but both registers in the pair
277+ are considered live).
275278 * ` N ` modifer meaning print the register encoding (0-31) rather than the name.
276279* ` f ` and ` cf ` inline assembly constraints, when using F-/D-/H-in-X extensions,
277280 will use the relevant GPR rather than FPR. This makes inline assembly portable
You can’t perform that action at this time.
0 commit comments