This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for the Zalasr (Load-acquire and store-release) extension
- Loading branch information
Brendan Sweeney
committed
Jul 25, 2024
1 parent
f65cbb0
commit 0883c9a
Showing
6 changed files
with
367 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# cover group format file for Zalasr extension | ||
lb.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'lb.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 1' : 0 | ||
'ea_align == 2' : 0 | ||
'ea_align == 3' : 0 | ||
lh.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'lh.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 2' : 0 | ||
lw.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'lw.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
sb.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sb.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 1' : 0 | ||
'ea_align == 2' : 0 | ||
'ea_align == 3' : 0 | ||
sh.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sh.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 2' : 0 | ||
sw.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sw.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
# cover group format file for Zalasr extension | ||
lb.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'lb.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 1' : 0 | ||
'ea_align == 2' : 0 | ||
'ea_align == 3' : 0 | ||
lh.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'lh.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 2' : 0 | ||
lw.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'lw.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
ld.aq: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'ld.aq' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rd: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *ifmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
sb.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sb.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 1' : 0 | ||
'ea_align == 2' : 0 | ||
'ea_align == 3' : 0 | ||
sh.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sh.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
'ea_align == 2' : 0 | ||
sw.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sw.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 | ||
sd.rl: | ||
config: | ||
- check ISA:=regex(.*Zalasr.*) | ||
mnemonics: | ||
'sd.rl' : 0 | ||
rs1: | ||
<<: *all_regs_mx0 | ||
rs2: | ||
<<: *all_regs | ||
op_comb: | ||
<<: *sfmt_op_comb | ||
val_comb: | ||
'ea_align == 0' : 0 |
Oops, something went wrong.