aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/quad-float-compare.adoc
blob: 86e8f83ac79af9ed2fffcad92c43731ec35a47d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//## 14.4 Quad-Precision Floating-Point Compare Instructions

[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', attr: ['7','OP-FP']},
  {bits: 5, name: 'rd',     attr: ['5','dest']},
  {bits: 3, name: 'rm',  attr: ['3','EQ/LT/LE']},
  {bits: 5, name: 'rs1',    attr: ['5','src1']},
  {bits: 5, name: 'rs2',    attr: ['5','src2']},
  {bits: 2, name: 'fmt',    attr: ['2','Q']},
  {bits: 5, name: 'funct5', attr: ['5','FCMP']},
]}
....