1
0
mirror of https://github.com/golang/go synced 2024-11-08 08:36:20 -07:00
go/src/cmd/internal
fanzha02 d7f5c0360f cmd/internal/obj/arm64: reorder the assembler's optab entries
Current optab entries are unordered, because the new instructions
are added at the end of the optab. The patch reorders them by comments
in optab, such as arithmetic operations, logical operations and a
series of load/store etc.

The patch removes the VMOVS opcode because FMOVS already has the same
operation.

Change-Id: Iccdf89ecbb3875b9dfcb6e06be2cc19c7e5581a2
Reviewed-on: https://go-review.googlesource.com/109896
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2018-04-28 18:10:25 +00:00
..
bio cmd/compile: add indexed export format 2018-04-24 01:05:27 +00:00
browser
buildid cmd: avoid unnecessary type conversions 2018-02-26 20:22:06 +00:00
dwarf cmd/ld: link to runtime types from DWARF 2018-04-20 19:51:37 +00:00
edit cmd/cover: modify source as text, not as AST 2017-11-13 14:59:26 +00:00
gcprog
goobj cmd: avoid unnecessary type conversions 2018-02-26 20:22:06 +00:00
obj cmd/internal/obj/arm64: reorder the assembler's optab entries 2018-04-28 18:10:25 +00:00
objabi cmd/compile: add softfloat support to mips64{,le} 2018-04-27 14:50:17 +00:00
objfile cmd/internal/objfile: emit trailing tab outside of Disasm.Decode 2018-04-18 18:07:05 +00:00
src cmd/compile: add IsStmt breakpoint info to src.lico 2018-04-04 22:11:34 +00:00
sys
test2json cmd/internal/test2json: support subtests containing colons 2018-03-10 10:13:25 +00:00