]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/mips: add MADD/MSUB
authorBen Shi <powerman1st@163.com>
Fri, 15 Mar 2019 08:26:53 +0000 (08:26 +0000)
committerBen Shi <powerman1st@163.com>
Sat, 23 Mar 2019 01:39:16 +0000 (01:39 +0000)
commita189467cdae5421c863cf940778d681ecb1d3d2f
tree3252da64049d297e3c90117669f8f74ae94da2ee
parent1257d05088c3842efa2aa23f8d6abe000e494f1a
cmd/internal/obj/mips: add MADD/MSUB

This CL implements MADD&MSUB, which are mips32r2 instructions.

Change-Id: I06fe51573569baf3b71536336b34b95ccd24750b
Reviewed-on: https://go-review.googlesource.com/c/go/+/167680
Run-TryBot: Ben Shi <powerman1st@163.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/arch/mips.go
src/cmd/asm/internal/asm/testdata/mips.s
src/cmd/internal/obj/mips/a.out.go
src/cmd/internal/obj/mips/anames.go
src/cmd/internal/obj/mips/asm0.go