Skip to content

Commit 29dd680

Browse files
committed
zicond: Use macros
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
1 parent f9b77d3 commit 29dd680

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

ref/riscv-spec-norm-tags.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3457,15 +3457,15 @@
34573457
"tags": []
34583458
},
34593459
{
3460-
"title": "\"Zicond\" Extension for Integer Conditional Operations, Version 1.0.0",
3461-
"id": "Zicond",
3460+
"title": "ext:zicond[] Extension for Integer Conditional Operations",
3461+
"id": "ext:zicond",
34623462
"children": [
34633463
{
34643464
"title": "Instructions (in alphabetical order)",
34653465
"id": "_instructions_in_alphabetical_order",
34663466
"children": [
34673467
{
3468-
"title": "czero.eqz",
3468+
"title": "insn:czero.eqz[]",
34693469
"id": "insns-czero-eqz",
34703470
"children": [],
34713471
"tags": [
@@ -3474,7 +3474,7 @@
34743474
]
34753475
},
34763476
{
3477-
"title": "czero.nez",
3477+
"title": "insn:czero.nez[]",
34783478
"id": "insns-czero-nez",
34793479
"children": [],
34803480
"tags": [

src/profiles/rva23.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ NOTE: V was optional in RVA22U64.
7272

7373
- <<chap:zihintntl,**Zihintntl**>> Non-temporal locality hints.
7474

75-
- <<Zicond,**Zicond**>> Integer conditional operations.
75+
- extlink:zicond[] Integer conditional operations.
7676

7777
- ext:zimop[] may-be-operations.
7878

src/profiles/rvb23.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RVA22U64.
6868
The following mandatory extensions are also present in RVA23U64:
6969

7070
- <<chap:zihintntl,**Zihintntl**>> Non-temporal locality hints.
71-
- <<Zicond,**Zicond**>> Integer conditional operations.
71+
- extlink:zicond[] Integer conditional operations.
7272
- ext:zimop[] May-be-operations.
7373
- ext:zcmop[] Compressed may-be-operations.
7474
- ext:zcb[] Additional compressed instructions.

src/unpriv/zicond.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[[Zicond]]
2-
=== "Zicond" Extension for Integer Conditional Operations, Version 1.0.0
1+
[[ext:zicond]]
2+
=== ext:zicond[] Extension for Integer Conditional Operations
33

4-
The Zicond extension defines two R-type instructions that support branchless
4+
The ext:zicond[] extension defines two R-type instructions that support branchless
55
conditional operations.
66

77
[%header,cols="^1,^1,4,8"]
@@ -26,7 +26,7 @@ conditional operations.
2626
==== Instructions (in alphabetical order)
2727

2828
[#insns-czero-eqz,reftext="Conditional zero, if condition is equal to zero"]
29-
===== czero.eqz
29+
===== insn:czero.eqz[]
3030

3131
Synopsis::
3232
Moves zero to a register _rd_, if the condition _rs2_ is equal to zero, otherwise moves _rs1_ to _rd_.
@@ -67,7 +67,7 @@ SAIL code::
6767
<<<
6868

6969
[#insns-czero-nez,reftext="Conditional zero, if condition is nonzero"]
70-
===== czero.nez
70+
===== insn:czero.nez[]
7171

7272
Synopsis::
7373
Moves zero to a register _rd_, if the condition _rs2_ is nonzero, otherwise moves _rs1_ to _rd_.

0 commit comments

Comments
 (0)