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 (
NREGVAR = 64 /* 32 general + 32 floating */
)
Variables ¶
This section is empty.
Functions ¶
func AddSetCarry ¶ added in go1.7
AddSetCarry generates add and set carry.
res = nl + nr // with carry flag set
func RightShiftWithCarry ¶ added in go1.7
RightShiftWithCarry generates a constant unsigned right shift with carry.
res = n >> shift // with carry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.