aboutsummaryrefslogtreecommitdiff
path: root/opcodes-rv64f
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-03-03 18:09:58 -0800
committerAndrew Waterman <andrew@sifive.com>2020-03-03 18:09:58 -0800
commitc7e17632237219090791ba67dd700c2fca432e20 (patch)
treef27522c5cb17b88ed7fd487f6e95dbefb8319fe9 /opcodes-rv64f
parent5d52b6321b02840d2a64f1663900f15b7c9f22a2 (diff)
downloadriscv-opcodes-c7e17632237219090791ba67dd700c2fca432e20.zip
riscv-opcodes-c7e17632237219090791ba67dd700c2fca432e20.tar.gz
riscv-opcodes-c7e17632237219090791ba67dd700c2fca432e20.tar.bz2
Factor out opcodes into per-extension files
Diffstat (limited to 'opcodes-rv64f')
-rw-r--r--opcodes-rv64f7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes-rv64f b/opcodes-rv64f
new file mode 100644
index 0000000..22a9a01
--- /dev/null
+++ b/opcodes-rv64f
@@ -0,0 +1,7 @@
+# RV64F additions to RV32F
+
+fcvt.l.s rd rs1 24..20=2 31..27=0x18 rm 26..25=0 6..2=0x14 1..0=3
+fcvt.lu.s rd rs1 24..20=3 31..27=0x18 rm 26..25=0 6..2=0x14 1..0=3
+
+fcvt.s.l rd rs1 24..20=2 31..27=0x1A rm 26..25=0 6..2=0x14 1..0=3
+fcvt.s.lu rd rs1 24..20=3 31..27=0x1A rm 26..25=0 6..2=0x14 1..0=3