]> Cypherpunks repositories - gostls13.git/commit
runtime: added assembly part of linux/mips64{,le} support
authorYao Zhang <lunaria21@gmail.com>
Thu, 10 Sep 2015 15:25:58 +0000 (11:25 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:46:17 +0000 (04:46 +0000)
commit424738e43ec3c775f7d0c36a90791eaca5dd85d1
treee2018a202e7a1c028b350f798939992441eab068
parentb4501ac4a59d78f59b92f00cc4ba1e364298a44d
runtime: added assembly part of linux/mips64{,le} support

Change-Id: I9e94027ef66c88007107de2b2b75c3d7cf1352af
Reviewed-on: https://go-review.googlesource.com/14467
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/asm_mips64x.s [new file with mode: 0644]
src/runtime/atomic_mips64x.s [new file with mode: 0644]
src/runtime/duff_mips64x.s [new file with mode: 0644]
src/runtime/memclr_mips64x.s [new file with mode: 0644]
src/runtime/memmove_mips64x.s [new file with mode: 0644]
src/runtime/mkduff.go
src/runtime/rt0_linux_mips64x.s [new file with mode: 0644]
src/runtime/sys_linux_mips64x.s [new file with mode: 0644]
src/runtime/tls_mips64x.s [new file with mode: 0644]