Skip to content

Commit

Permalink
Add excludedBy statement to all Zcmp instructions to make sure it wil…
Browse files Browse the repository at this point in the history
…l not be used when Zcd or C + D extensions are included in configuration

Signed-off-by: Albert Yosher <[email protected]>
  • Loading branch information
Albert Yosher committed Jan 26, 2025
1 parent 70a4fd0 commit 8fc4b10
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/inst/Zcmp/cm.mva01s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ description: |
definedBy:
anyOf:
- Zcmp
excludedBy:
anyOf:
- allOf: [C, D]
- Zcd
assembly: r1s, r2s
encoding:
match: 101011---11---10
Expand Down
4 changes: 4 additions & 0 deletions arch/inst/Zcmp/cm.mvsa01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ description: |
definedBy:
anyOf:
- Zcmp
excludedBy:
anyOf:
- allOf: [C, D]
- Zcd
assembly: r1s, r2s
encoding:
match: 101011---01---10
Expand Down
4 changes: 4 additions & 0 deletions arch/inst/Zcmp/cm.pop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ description: |
definedBy:
anyOf:
- Zcmp
excludedBy:
anyOf:
- allOf: [C, D]
- Zcd
assembly: reg_list, stack_adj
encoding:
match: 10111010------10
Expand Down
4 changes: 4 additions & 0 deletions arch/inst/Zcmp/cm.popret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ description: |
definedBy:
anyOf:
- Zcmp
excludedBy:
anyOf:
- allOf: [C, D]
- Zcd
assembly: reg_list, stack_adj
encoding:
match: 10111110------10
Expand Down
4 changes: 4 additions & 0 deletions arch/inst/Zcmp/cm.popretz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ description: |
definedBy:
anyOf:
- Zcmp
excludedBy:
anyOf:
- allOf: [C, D]
- Zcd
assembly: reg_list, stack_adj
encoding:
match: 10111100------10
Expand Down
4 changes: 4 additions & 0 deletions arch/inst/Zcmp/cm.push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ description: |
definedBy:
anyOf:
- Zcmp
excludedBy:
anyOf:
- allOf: [C, D]
- Zcd
assembly: reg_list, -stack_adj
encoding:
match: 10111000------10
Expand Down

0 comments on commit 8fc4b10

Please sign in to comment.