Home | History | Annotate | Download | only in runtime

Lines Matching full:uint64

6 	ax  uint64
7 bx uint64
8 cx uint64
9 dx uint64
10 si uint64
11 di uint64
12 bp uint64
13 r8 uint64
14 r9 uint64
15 r10 uint64
16 r11 uint64
17 r12 uint64
18 r13 uint64
19 r14 uint64
20 r15 uint64
27 _type uint64
28 error uint64 /* error code (or zero) */
29 ip uint64 /* pc */
30 cs uint64 /* old context */
31 flags uint64 /* old flags */
32 sp uint64 /* sp */
33 ss uint64 /* old stack segment */
43 func (c *sigctxt) setpc(x uintptr) { c.u.ip = uint64(x) }
44 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint64(x) }