aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/spfloat-mv.adoc
blob: 506db4add0256ce6ac591b330ccb24f2e693d1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//SP flating point move

[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', attr: ['OP-FP','OP-FP'],    type: 8},
  {bits: 5, name: 'rd',     attr: ['dest','dest'],     type: 2},
  {bits: 3, name: 'rm',     attr: ['000', '000'], type: 8},
  {bits: 5, name: 'rs1',    attr: ['src','src'],     type: 4},
  {bits: 5, name: 'rs2',    attr: ['0','0'],     type: 4},
  {bits: 2, name: 'fmt',    attr: ['S','S'],        type: 8},
  {bits: 5, name: 'funct5', attr: ['FMV.X.W','FMV.W.X'], type: 8},
]}
....