aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/integer_computational.adoc
blob: 5172d4e58259b23e5adc38a470c361f2b102e935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//## 2.4 Integer Computational Instructions
//### Integer Register-Immediate Instructions

[wavedrom, ,svg]
....
{reg: [
  {bits: 7,  name: 'opcode',    attr: ['7', 'OP-IMM', 'OP-IMM'], type: 8},
  {bits: 5,  name: 'rd',        attr: ['5', 'dest', 'dest'], type: 2},
  {bits: 3,  name: 'funct3',     attr: ['3', 'ADDI/SLTI[U]', 'ANDI/ORI/XORI'], type: 8},
  {bits: 5,  name: 'rs1',       attr: ['5', 'src', 'src'], type: 4},
  {bits: 12, name: 'imm[11:0]', attr: ['12', 'I-immediate[11:0]', 'I-immediate[11:0]'], type: 3}
]}
....

//<snio>