• Yao Zhang's avatar
    cmd/internal/obj/mips: added support for GOARCH=mips64{,le} · fa6a1ecd
    Yao Zhang authored
    MIPS64 has 32 general purpose 64-bit integer registers (R0-R31), 32
    64-bit floating point registers (F0-F31). Instructions are fixed-width,
    and are 32-bit wide. Instructions are all in standard 1-, 2-, 3-operand
    forms.
    
    MIPS64-specific relocations are added. For this reason, test data of
    cmd/newlink are regenerated.
    
    No other changes are made to portable structures.
    
    Branch delay slots are current filled with NOP instructions. The function
    for instruction scheduling (try to fill the delay slot with a useful
    instruction) is implemented but disabled for now.
    
    Change-Id: Ic364999c7a33245260c1381fc26a2fa8972d38b3
    Reviewed-on: https://go-review.googlesource.com/14442Reviewed-by: 's avatarMinux Ma <minux@golang.org>
    fa6a1ecd
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...