-
Russ Cox authored
* conversions all in one place. * no separate load, store phases; direct memory addressing when possible (this is the x86 after all!). avoids extra registers, extra MOVQs. * fixes int32 -> uint64 bug (was zero-extending) R=ken OCL=29482 CL=29484
e81d97ea
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
align.c | ||
bits.c | ||
builtin.c.boot | ||
const.c | ||
dcl.c | ||
export.c | ||
gen.c | ||
go.h | ||
go.y | ||
lex.c | ||
mkbuiltin | ||
mkbuiltin1.c | ||
mparith1.c | ||
mparith2.c | ||
mparith3.c | ||
obj.c | ||
sinit.c | ||
subr.c | ||
swt.c | ||
sys.go | ||
unsafe.go | ||
walk.c |