aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/int-comp-lui-aiupc.adoc
blob: 3272c53ee14a27f765ad3004d86d01d3543d55b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//FROM ## 2.4 Integer Computational Instructions
//### Integer Register-Immediate Instructions
//lui-aiupc-u-immed

[wavedrom, ,svg]
....
{reg: [
  {bits: 7,  name: 'opcode',     attr: ['LUI', 'AUIPC'], type: 8},
  {bits: 5,  name: 'rd',         attr: 'dest', type: 2},
  {bits: 20, name: 'imm[31:12]', attr: 'U-immediate[31:12]', type: 3}
]}
....