aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/spfloat-comp.adoc
blob: 1af7943485bdad3530ae024e450f80d08c64aafd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//## 12.8 Single-Precision Floating-Point Compare 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: ['EQ', 'LT', 'LE'], type: 8},
  {bits: 5, name: 'rs1',    attr: 'src1',   type: 4},
  {bits: 5, name: 'rs2',    attr: 'src2',   type: 4},
  {bits: 2, name: 'fmt',    attr: 'S',      type: 8},
  {bits: 5, name: 'funct5', attr: 'FCMP',   type: 8},
]}
....