aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/double-fl-convert-mv.adoc
blob: ac6d7e65474a06adf1b46421de4a1ec2cdcbb2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//## 13.5 Double-Precision Floating-Point Conversion and Move Instructions


[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', attr: 'OP-FP',        type: 8},
  {bits: 5, name: 'rd',     attr: 'dest',         type: 2},
  {bits: 3, name: 'func3',  attr: 'RM',           type: 8},
  {bits: 5, name: 'rs1',    attr: 'src',          type: 4},
  {bits: 5, name: 'rs2',    attr: ['W', 'WU', 'L', 'LU'], type: 4},
  {bits: 2, name: 'fmt',    attr: 'D',            type: 8},
  {bits: 5, name: 'funct5', attr: 'FCVT.int.D', type: 8},
]}
....