We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0284cad commit afefa4cCopy full SHA for afefa4c
arch/inst/B/zext.h.yaml
@@ -10,7 +10,7 @@ zext.h:
10
The *zext.h* instruction is a pseudo-op for `pack` when `Zbkb` is implemented and XLEN == 32.
11
12
[NOTE]
13
- The *zext.h* instruction is a pseduo-op for `packw` when `Zbkb` is implmeneted and XLEN == 64.
+ The *zext.h* instruction is a pseudo-op for `packw` when `Zbkb` is implemented and XLEN == 64.
14
definedBy:
15
anyOf: [B, Zbb]
16
encoding:
@@ -28,7 +28,7 @@ zext.h:
28
location: 19-15
29
- name: rd
30
location: 11-7
31
- excludedBy: Zbkb # zext.h is a pseduo-op for pack/packw when Zbkb is implemented
+ excludedBy: Zbkb # zext.h instruction is a pseudo-op for `packw` when `Zbkb` is implemented
32
assembly: xd, xs1
33
access:
34
s: always
0 commit comments