aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-10-20 17:56:29 -0700
committerGitHub <noreply@github.com>2023-10-20 17:56:29 -0700
commitf9ed144c5c61bbe44e59cc47384024905ed37786 (patch)
treec9ede131f113c64a795aff7ef402ac863cf8f320
parent19e3ddcc323b809a8b71f9fb0998320e2ba95005 (diff)
parentce0312a91258aaf6e26e95c90394e45cb9ff4096 (diff)
downloadriscv-opcodes-f9ed144c5c61bbe44e59cc47384024905ed37786.zip
riscv-opcodes-f9ed144c5c61bbe44e59cc47384024905ed37786.tar.gz
riscv-opcodes-f9ed144c5c61bbe44e59cc47384024905ed37786.tar.bz2
Merge pull request #201 from mehnadnerd/master
Adding Zalasr
-rw-r--r--unratified/rv_zalasr8
1 files changed, 8 insertions, 0 deletions
diff --git a/unratified/rv_zalasr b/unratified/rv_zalasr
new file mode 100644
index 0000000..43af470
--- /dev/null
+++ b/unratified/rv_zalasr
@@ -0,0 +1,8 @@
+lb.aq rd rs1 26=1 rl 31..27=6 24..20=0 14..12=0 6..2=0x0B 1..0=3
+lh.aq rd rs1 26=1 rl 31..27=6 24..20=0 14..12=1 6..2=0x0B 1..0=3
+lw.aq rd rs1 26=1 rl 31..27=6 24..20=0 14..12=2 6..2=0x0B 1..0=3
+ld.aq rd rs1 26=1 rl 31..27=6 24..20=0 14..12=3 6..2=0x0B 1..0=3
+sb.rl rs1 rs2 aq 25=1 31..27=7 14..12=0 11..7=0 6..2=0x0B 1..0=3
+sh.rl rs1 rs2 aq 25=1 31..27=7 14..12=1 11..7=0 6..2=0x0B 1..0=3
+sw.rl rs1 rs2 aq 25=1 31..27=7 14..12=2 11..7=0 6..2=0x0B 1..0=3
+sd.rl rs1 rs2 aq 25=1 31..27=7 14..12=3 11..7=0 6..2=0x0B 1..0=3