aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/fcvt-sd-ds.adoc
blob: 5b68a54d1b76d9cffd7df33c7355ae90f216fb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//FCVT.S.D and FCVT.D.S

[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','RM','RM'], type: 8},
  {bits: 5, name: 'rs1',    attr: ['5','src','src'], type: 4},
  {bits: 5, name: 'rs2',    attr: ['5','D', 'S'], type: 4},
  {bits: 2, name: 'fmt',    attr: ['2','S','D'], type: 8},
  {bits: 5, name: 'funct5', attr: ['5','FCVT.S.D', 'FCVT.D.S'], type: 8},
]}
....