aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/flt-pt-to-int-move.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/images/wavedrom/flt-pt-to-int-move.adoc')
-rw-r--r--src/images/wavedrom/flt-pt-to-int-move.adoc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/images/wavedrom/flt-pt-to-int-move.adoc b/src/images/wavedrom/flt-pt-to-int-move.adoc
deleted file mode 100644
index fc2a95a..0000000
--- a/src/images/wavedrom/flt-pt-to-int-move.adoc
+++ /dev/null
@@ -1,14 +0,0 @@
-// 16.3 Instructions for moving bit patterns between floating-point and integer registers.
-
-[wavedrom, ,svg]
-....
-{reg: [
- {bits: 7, name: 'opcode', attr: ['7','OP-FP','OP-FP'], type: 8},
- {bits: 5, name: 'rd', attr: ['5','dest','dest'], type: 2},
- {bits: 3, name: 'rm', attr: ['3','000','000'], type: 8},
- {bits: 5, name: 'rs1', attr: ['5','src','src'], type: 4},
- {bits: 5, name: 'rs2', attr: ['5','0','0'], type: 4},
- {bits: 2, name: 'fmt', attr: ['2','H','H'], type: 8},
- {bits: 5, name: 'funct5', attr: ['5','FMV.X.H','FMV.H.X'], type: 8},
-]}
-.... \ No newline at end of file