aboutsummaryrefslogtreecommitdiff
path: root/rv_a
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-04-08 17:28:26 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-04-08 17:28:26 +0530
commitc7192318d98c2f83000022f8065cac648759f075 (patch)
tree1c3202aca6c1a4d6fbd578af4960f9563980f764 /rv_a
parentc07042cb6b66076ff7935fa79a59ae451b0f866a (diff)
downloadriscv-opcodes-c7192318d98c2f83000022f8065cac648759f075.zip
riscv-opcodes-c7192318d98c2f83000022f8065cac648759f075.tar.gz
riscv-opcodes-c7192318d98c2f83000022f8065cac648759f075.tar.bz2
migrate A-extension opcodes
- the re-ordering of opcodes s necessary to preserve latex-table order
Diffstat (limited to 'rv_a')
-rw-r--r--rv_a11
1 files changed, 11 insertions, 0 deletions
diff --git a/rv_a b/rv_a
new file mode 100644
index 0000000..1a70e40
--- /dev/null
+++ b/rv_a
@@ -0,0 +1,11 @@
+lr.w rd rs1 24..20=0 aq rl 31..29=0 28..27=2 14..12=2 6..2=0x0B 1..0=3
+sc.w rd rs1 rs2 aq rl 31..29=0 28..27=3 14..12=2 6..2=0x0B 1..0=3
+amoswap.w rd rs1 rs2 aq rl 31..29=0 28..27=1 14..12=2 6..2=0x0B 1..0=3
+amoadd.w rd rs1 rs2 aq rl 31..29=0 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amoxor.w rd rs1 rs2 aq rl 31..29=1 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amoand.w rd rs1 rs2 aq rl 31..29=3 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amoor.w rd rs1 rs2 aq rl 31..29=2 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amomin.w rd rs1 rs2 aq rl 31..29=4 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amomax.w rd rs1 rs2 aq rl 31..29=5 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amominu.w rd rs1 rs2 aq rl 31..29=6 28..27=0 14..12=2 6..2=0x0B 1..0=3
+amomaxu.w rd rs1 rs2 aq rl 31..29=7 28..27=0 14..12=2 6..2=0x0B 1..0=3