Skip to content

Commit 99bbc15

Browse files
committed
Enhanced excludedBy description on zext.h
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent 7f292fb commit 99bbc15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/inst/B/zext.h.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ zext.h:
2828
location: 19-15
2929
- name: rd
3030
location: 11-7
31-
excludedBy: Zbkb # zext.h instruction is a pseudo-op for `packw` when `Zbkb` is implemented
31+
excludedBy:
32+
anyOf: [Zk, Zkn, Zks, Zbkb] # zext.h instruction is a pseudo-op for `packw` when `Zbkb` is implemented
3233
assembly: xd, xs1
3334
access:
3435
s: always

0 commit comments

Comments
 (0)