Skip to content

Commit a1a928b

Browse files
committed
Xqccmp extension: all instructions of this extensions is mutually exclusive with Zcmp
Signed-off-by: Albert Yosher <[email protected]>
1 parent 57b05e0 commit a1a928b

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.mva01s.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ excludedBy:
1414
anyOf:
1515
- allOf: [C, D]
1616
- Zcd
17+
- Zcmp
1718
assembly: r1s, r2s
1819
encoding:
1920
match: 101011---11---10

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.mvsa01.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ excludedBy:
1616
anyOf:
1717
- allOf: [C, D]
1818
- Zcd
19+
- Zcmp
1920
assembly: r1s, r2s
2021
encoding:
2122
match: 101011---01---10

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.pop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ excludedBy:
2121
anyOf:
2222
- allOf: [C, D]
2323
- Zcd
24+
- Zcmp
2425
assembly: reg_list, stack_adj
2526
encoding:
2627
match: 10111010------10

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.popret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ excludedBy:
2121
anyOf:
2222
- allOf: [C, D]
2323
- Zcd
24+
- Zcmp
2425
assembly: reg_list, stack_adj
2526
encoding:
2627
match: 10111110------10

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.popretz.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ excludedBy:
2121
anyOf:
2222
- allOf: [C, D]
2323
- Zcd
24+
- Zcmp
2425
assembly: reg_list, stack_adj
2526
encoding:
2627
match: 10111100------10

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ excludedBy:
2222
anyOf:
2323
- allOf: [C, D]
2424
- Zcd
25+
- Zcmp
2526
assembly: reg_list, -stack_adj
2627
encoding:
2728
match: 10111000------10

cfgs/qc_iu/arch_overlay/inst/Xqccmp/qc.cm.pushfp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ excludedBy:
2323
anyOf:
2424
- allOf: [C, D]
2525
- Zcd
26+
- Zcmp
2627
assembly: reg_list, -stack_adj
2728
encoding:
2829
match: 10111001------10

0 commit comments

Comments
 (0)