add proposed frsqrt instruction encoding table
authorJacob Lifshay <programmerjake@gmail.com>
Sun, 14 Jul 2019 06:41:46 +0000 (23:41 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sun, 14 Jul 2019 06:42:16 +0000 (23:42 -0700)
doc/frsqrt.rst [new file with mode: 0644]

diff --git a/doc/frsqrt.rst b/doc/frsqrt.rst
new file mode 100644 (file)
index 0000000..c2c07fb
--- /dev/null
@@ -0,0 +1,14 @@
+Proposed frsqrt Instruction Encoding
+====================================
+
++-----------+---------+-------+-----+--------+----+---------+
+| Mnemonic  | funct7  | rs2   | rs1 | funct3 | rd | opcode  |
++===========+=========+=======+=====+========+====+=========+
+| frsqrt.s  | 0111100 | 00000 | rs1 | rm     | rd | 1010011 |
++-----------+---------+-------+-----+--------+----+---------+
+| frsqrt.d  | 0111101 | 00000 | rs1 | rm     | rd | 1010011 |
++-----------+---------+-------+-----+--------+----+---------+
+| frsqrt.q  | 0111110 | 00000 | rs1 | rm     | rd | 1010011 |
++-----------+---------+-------+-----+--------+----+---------+
+| frsqrt.h  | 0111111 | 00000 | rs1 | rm     | rd | 1010011 |
++-----------+---------+-------+-----+--------+----+---------+