1
0
mirror of https://github.com/golang/go synced 2024-11-18 05:24:47 -07:00
go/src
Ben Shi 3785457c76 cmd/internal/obj/arm: fix wrong encoding of MULBB
"MULBB R1, R2, R3" is encoded to 0xe163f182, which should be
0xe1630182.

This patch fix it.

fix #20764

Change-Id: I9d3c3ffa40ecde86638e5e083eacc67578caebf4
Reviewed-on: https://go-review.googlesource.com/46491
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2017-06-23 18:08:20 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/internal/obj/arm: fix wrong encoding of MULBB 2017-06-23 18:08:20 +00:00
compress
container
context
crypto all: gofmt 2017-06-21 03:14:30 +00:00
database/sql database/sql: ensure a Stmt from a Conn executes on the same driver.Conn 2017-06-13 19:16:54 +00:00
debug
encoding encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
errors
expvar
flag
fmt
go go/types: prevent crash in type cycles involving non-type expressions 2017-06-23 00:10:43 +00:00
hash all: gofmt 2017-06-21 03:14:30 +00:00
html html/template: only search identifier nodes for predefined escapers 2017-06-14 16:52:22 +00:00
image image/gif: fix writeImageBlock with SubImages 2017-06-16 05:45:48 +00:00
index/suffixarray
internal
io
log
math
mime
net net/http: document that Dir can serve sensitive directories 2017-06-23 12:49:38 +00:00
os os: align siginfo argument to waitid 2017-06-23 17:02:41 +00:00
path path/filepath: fix TestGlobError 2017-06-15 21:53:23 +00:00
plugin
reflect reflect: prevent structs with invalid field name 2017-06-13 21:51:17 +00:00
regexp
runtime runtime/cgo: fix typos 2017-06-21 15:54:38 +00:00
sort
strconv
strings
sync sync: make clear that WaitGroup.Done decrements by one 2017-06-21 15:49:18 +00:00
syscall runtime, syscall: workaround for bug in Linux's execve 2017-06-20 23:53:17 +00:00
testing testing: harmonize handling of prefix-matched benchmarks 2017-06-20 14:19:05 +00:00
text
time time: remove some redundant equality comparison documentation 2017-06-14 22:00:50 +00:00
unicode unicode: move scripts from FoldCategories to FoldScripts 2017-06-15 01:05:31 +00:00
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc