Skip to content

Commit f0d1c81

Browse files
author
Jennifer Dupaquier
committed
fix indent err
1 parent 9b3dc46 commit f0d1c81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

arch/inst/Zbkb/unzip.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: unzip
66
long_name: Inverse of Zip.
77
description: |
88
This instruction gathers bits from the high and low halves of the source word into odd/even bit
9-
positions in the destination word. It is the inverse of the zip instruction. This instruction is
10-
available only on RV32.
9+
positions in the destination word. It is the inverse of the zip instruction. This instruction is
10+
available only on RV32.
1111
definedBy:
1212
anyOf: [B, Zbkb, Zk, Zkn, Zks]
1313
assembly: xd, xs1

arch/inst/Zbkx/xperm4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: xperm4
66
long_name: Nibble-wise lookup of indicies into a vector.
77
description: |
88
The xperm4 instruction operates on nibbles. The rs1 register contains a vector of XLEN/4 4-bit
9-
elements. The rs2 register contains a vector of XLEN/4 4-bit indexes. The result is each element in
10-
rs2 replaced by the indexed element in rs1, or zero if the index into rs2 is out of bounds.
9+
elements. The rs2 register contains a vector of XLEN/4 4-bit indexes. The result is each element in
10+
rs2 replaced by the indexed element in rs1, or zero if the index into rs2 is out of bounds.
1111
definedBy:
1212
anyOf: [B, Zbkx, Zk, Zkn, Zks]
1313
assembly: xd, xs1, xs2

arch/inst/Zbkx/xperm8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: xperm8
66
long_name: Byte-wise lookup of indicies into a vector.
77
description: |
88
The xperm8 instruction operates on bytes. The rs1 register contains a vector of XLEN/8 8-bit
9-
elements. The rs2 register contains a vector of XLEN/8 8-bit indexes. The result is each element in
10-
rs2 replaced by the indexed element in rs1, or zero if the index into rs2 is out of bounds.
9+
elements. The rs2 register contains a vector of XLEN/8 8-bit indexes. The result is each element in
10+
rs2 replaced by the indexed element in rs1, or zero if the index into rs2 is out of bounds.
1111
definedBy:
1212
anyOf: [B, Zbkx, Zk, Zkn, Zks]
1313
assembly: xd, xs1, xs2

0 commit comments

Comments
 (0)