Skip to content

Commit 5308687

Browse files
authored
Merge pull request riscv#1980 from jaimiejellema/main
Typographical fixes to xperm and packw instruction listing
2 parents e5078e5 + a04916e commit 5308687

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/b-st-ext.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,8 +2448,7 @@ Encoding::
24482448
[wavedrom, , svg]
24492449
....
24502450
{reg:[
2451-
{bits: 2, name: 0x3},
2452-
{bits: 5, name: 0xe},
2451+
{bits: 7, name: 0x3b, attr: ['OP-32']},
24532452
{bits: 5, name: 'rd'},
24542453
{bits: 3, name: 0x4},
24552454
{bits: 5, name: 'rs1'},
@@ -3492,8 +3491,7 @@ Encoding::
34923491
[wavedrom, , svg]
34933492
....
34943493
{reg:[
3495-
{bits: 2, name: 0x3},
3496-
{bits: 5, name: 0xc},
3494+
{bits: 7, name: 0x33, attr: ['OP'] },
34973495
{bits: 5, name: 'rd'},
34983496
{bits: 3, name: 0x4},
34993497
{bits: 5, name: 'rs1'},
@@ -3553,8 +3551,7 @@ Encoding::
35533551
[wavedrom, , svg]
35543552
....
35553553
{reg:[
3556-
{bits: 2, name: 0x3},
3557-
{bits: 5, name: 0xc},
3554+
{bits: 7, name: 0x33, attr: ['OP'] },
35583555
{bits: 5, name: 'rd'},
35593556
{bits: 3, name: 0x2},
35603557
{bits: 5, name: 'rs1'},

0 commit comments

Comments
 (0)