Documentation ¶
Index ¶
- Variables
- func Addi(file *reg.File, a, b, c int64)
- func Addr(file *reg.File, a, b, c int64)
- func Bani(file *reg.File, a, b, c int64)
- func Banr(file *reg.File, a, b, c int64)
- func Bori(file *reg.File, a, b, c int64)
- func Borr(file *reg.File, a, b, c int64)
- func Eqir(file *reg.File, a, b, c int64)
- func Eqri(file *reg.File, a, b, c int64)
- func Eqrr(file *reg.File, a, b, c int64)
- func Gtir(file *reg.File, a, b, c int64)
- func Gtri(file *reg.File, a, b, c int64)
- func Gtrr(file *reg.File, a, b, c int64)
- func Muli(file *reg.File, a, b, c int64)
- func Mulr(file *reg.File, a, b, c int64)
- func Seti(file *reg.File, a, b, c int64)
- func Setr(file *reg.File, a, b, c int64)
- type Desc
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = []Desc{ {5, Addr, "addr"}, {14, Addi, "addi"}, {3, Mulr, "mulr"}, {10, Muli, "muli"}, {12, Banr, "banr"}, {9, Bani, "bani"}, {1, Borr, "borr"}, {0, Bori, "bori"}, {4, Setr, "setr"}, {2, Seti, "seti"}, {6, Gtir, "gtir"}, {8, Gtri, "gtri"}, {11, Gtrr, "gtrr"}, {7, Eqir, "eqir"}, {13, Eqri, "eqri"}, {15, Eqrr, "eqrr"}, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.