Home | History | Annotate | Download | only in syntax

Lines Matching full:uint32

19 type patchList uint32
29 func (l patchList) patch(p *Prog, val uint32) {
61 i.Out = uint32(l2)
63 i.Arg = uint32(l2)
70 i uint32 // index of first instruction
137 bra := c.cap(uint32(re.Cap << 1))
139 ket := c.cap(uint32(re.Cap<<1 | 1))
172 f := frag{i: uint32(len(c.p.Inst))}
187 func (c *compiler) cap(arg uint32) frag {
261 c.p.Inst[f.i].Arg = uint32(op)
275 i.Arg = uint32(flags)