aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/half-pr-flt-pt-class.adoc
blob: 5490f5e6c26dc9c39d5aa4a96ac9163879f753df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//## 15.5 Half-Precision Floating-Point Classify Instruction

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