Skip to content

Commit 57b3b75

Browse files
committed
fix: update golden instruction appendix
1 parent dbd2e53 commit 57b3b75

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

backends/instructions_appendix/all_instructions.golden.adoc

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11513,6 +11513,78 @@ Included in::
1151311513
|===
1151411514

1151511515

11516+
[#udb:doc:inst:cm_jalt]
11517+
== cm.jalt
11518+
11519+
Synopsis::
11520+
Jump Via Table with Optional Link
11521+
11522+
Assembly::
11523+
cm.jalt index
11524+
11525+
Encoding::
11526+
[wavedrom, ,svg,subs='attributes',width="100%"]
11527+
....
11528+
{"reg":[{"bits":2,"name": 0x2,"type":2},{"bits":8,"name": "index != {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31}","type":4},{"bits":6,"name": 0x28,"type":2}]}
11529+
....
11530+
11531+
Description::
11532+
Read an address from the Jump Vector Table and jump to it, linking to `ra`.
11533+
11534+
11535+
Decode Variables::
11536+
[width="100%", cols="1,2", options="header"]
11537+
|===
11538+
|Variable Name |Location
11539+
|index |$encoding[9:2]
11540+
|===
11541+
11542+
Included in::
11543+
[options="autowrap,autowidth"]
11544+
|===
11545+
| Extension | Version
11546+
11547+
| *Zcmt* | ~> 1.0.0
11548+
11549+
|===
11550+
11551+
11552+
[#udb:doc:inst:cm_jt]
11553+
== cm.jt
11554+
11555+
Synopsis::
11556+
Jump Via Table
11557+
11558+
Assembly::
11559+
cm.jt index
11560+
11561+
Encoding::
11562+
[wavedrom, ,svg,subs='attributes',width="100%"]
11563+
....
11564+
{"reg":[{"bits":2,"name": 0x2,"type":2},{"bits":5,"name": "index","type":4},{"bits":9,"name": 0x140,"type":2}]}
11565+
....
11566+
11567+
Description::
11568+
Read an address from the Jump Vector Table and jump to it.
11569+
11570+
11571+
Decode Variables::
11572+
[width="100%", cols="1,2", options="header"]
11573+
|===
11574+
|Variable Name |Location
11575+
|index |$encoding[6:2]
11576+
|===
11577+
11578+
Included in::
11579+
[options="autowrap,autowidth"]
11580+
|===
11581+
| Extension | Version
11582+
11583+
| *Zcmt* | ~> 1.0.0
11584+
11585+
|===
11586+
11587+
1151611588
[#udb:doc:inst:cm_mva01s]
1151711589
== cm.mva01s
1151811590

0 commit comments

Comments
 (0)