From af61a81535e6ee3fa486057f0d2dbca04a8bd5b7 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 25 Mar 2020 12:28:23 -0700 Subject: Add tentative RV32Zfh encoding This is just a placeholder; it may well change before standardization. --- opcodes-rv32d-zfh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 opcodes-rv32d-zfh (limited to 'opcodes-rv32d-zfh') diff --git a/opcodes-rv32d-zfh b/opcodes-rv32d-zfh new file mode 100644 index 0000000..02071ad --- /dev/null +++ b/opcodes-rv32d-zfh @@ -0,0 +1,2 @@ +fcvt.h.d rd rs1 24..20=1 31..27=0x08 rm 26..25=2 6..2=0x14 1..0=3 +fcvt.d.h rd rs1 24..20=2 31..27=0x08 rm 26..25=1 6..2=0x14 1..0=3 -- cgit v1.1