Documentation ¶
Index ¶
Constants ¶
View Source
const ( Frev = 1 << 0 Fpop = 1 << 1 Fpop2 = 1 << 2 )
foptoas flags
View Source
const (
NREGVAR = 16 /* 8 integer + 8 floating */
)
View Source
const (
REGEXT = 0
)
Variables ¶
View Source
var ( AX = RtoB(x86.REG_AX) BX = RtoB(x86.REG_BX) CX = RtoB(x86.REG_CX) DX = RtoB(x86.REG_DX) DI = RtoB(x86.REG_DI) SI = RtoB(x86.REG_SI) LeftRdwr uint32 = gc.LeftRead | gc.LeftWrite RightRdwr uint32 = gc.RightRead | gc.RightWrite )
View Source
var MAXWIDTH int64 = (1 << 32) - 1
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.