Documentation ¶
Index ¶
Constants ¶
View Source
const ( ODynam = 1 << 0 OAddable = 1 << 1 )
View Source
const ( LeftRdwr uint32 = gc.LeftRead | gc.LeftWrite RightRdwr uint32 = gc.RightRead | gc.RightWrite )
View Source
const ( AX = 1 << (x86.REG_AX - x86.REG_AX) BX = 1 << (x86.REG_BX - x86.REG_AX) CX = 1 << (x86.REG_CX - x86.REG_AX) DX = 1 << (x86.REG_DX - x86.REG_AX) DI = 1 << (x86.REG_DI - x86.REG_AX) SI = 1 << (x86.REG_SI - x86.REG_AX) R15 = 1 << (x86.REG_R15 - x86.REG_AX) X0 = 1 << 16 )
For ProgInfo.
View Source
const (
NREGVAR = 32
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.