summaryrefslogtreecommitdiff
path: root/risc-v/hgen/ast.hgen
blob: d5e4b45b8c16cb28b16b9b7ee24752f49c6d6d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
| `RISCVUTYPE of bit20 * reg * riscvUop
| `RISCVJAL   of bit20 * reg
| `RISCVJALR  of bit12 * reg * reg
| `RISCVBType of bit12 * reg * reg * riscvBop
| `RISCVIType of bit12 * reg * reg * riscvIop
| `RISCVShiftIop of bit6 * reg * reg * riscvSop
| `RISCVRType of reg * reg * reg * riscvRop
| `RISCVLoad of bit12 * reg * reg * bool * wordWidth * bool
| `RISCVStore of bit12 * reg * reg * wordWidth * bool
| `RISCVADDIW of bit12 * reg * reg
| `RISCVSHIFTW of bit5 * reg * reg * riscvSop
| `RISCVRTYPEW of reg * reg * reg * riscvRopw
| `RISCVFENCE of bit4 * bit4