We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c90cfb8 + bbc31d4 commit d2b7297Copy full SHA for d2b7297
src/hti.adoc
@@ -235,7 +235,8 @@ retired instruction
235
Return | JALR rd, rs +
236
C.JALR rs +
237
C.JR rs +
238
- CM.POPRET| Uninferable jump +
+ CM.POPRET +
239
+ CM.POPRETZ| Uninferable jump +
240
+
241
242
Defined by *Zcmt* extension
@@ -282,7 +283,8 @@ retired instruction
282
283
rs = *x5* +
284
|13 | Return | JALR rd, rs +
285
- CM.POPRET| rd != `link` and rs = `link` +
286
287
+ CM.POPRETZ| rd != `link` and rs = `link` +
288
rs = `link` +
289
290
|14 | Other uninferable jump (with linkage) | JALR rd, rs | rd != `link` and rd != *x0* and rs != `link` +
0 commit comments