1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00
go/src
isharipo 4074e4e5be cmd/asm: add amd64 CLFLUSH instruction
This is the last instruction I found missing in SSE2 set.

It does not reuse 'yprefetch' ytabs due to differences in
operands SRC/DST roles:
- PREFETCHx: ModRM:r/m(r) -> FROM
- CLFLUSH:   ModRM:r/m(w) -> TO

unaryDst map is extended accordingly.

Change-Id: I89e34ebb81cc0ee5f9ebbb1301bad417f7ee437f
Reviewed-on: https://go-review.googlesource.com/56833
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ilya Tocar <ilya.tocar@intel.com>
Reviewed-by: Russ Cox <rsc@golang.org>
2017-09-06 15:37:00 +00:00
..
archive archive/tar: populate Devmajor and Devminor in FileInfoHeader on Darwin 2017-09-01 10:25:54 +00:00
bufio
builtin
bytes bytes: Add missing examples to functions 2017-08-25 20:50:58 +00:00
cmd cmd/asm: add amd64 CLFLUSH instruction 2017-09-06 15:37:00 +00:00
compress compress/flate: remove non-standard extensions to flate 2017-08-31 03:30:43 +00:00
container
context context: fix lint warning “drop = 0 from declaration” 2017-08-30 17:06:30 +00:00
crypto crypto/cipher: panic when IV length does not equal block size in NewOFB 2017-09-06 14:53:44 +00:00
database/sql all: fix easy-to-miss typos 2017-08-23 03:07:12 +00:00
debug debug/macho: add missing file flags 2017-08-29 00:44:44 +00:00
encoding all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
errors
expvar
flag flag: simplify arg logic in parseOne 2017-09-05 20:31:44 +00:00
fmt fmt: document verbs %b %d %o %x %X for printing pointers 2017-08-28 05:11:30 +00:00
go go/types: fix Info.Implicits entries 2017-09-01 08:06:49 +00:00
hash
html html: updated entity spec link 2017-08-08 04:29:35 +00:00
image
index/suffixarray
internal runtime,cmd/trace: trace GC STW events 2017-08-29 21:54:55 +00:00
io io/ioutil: don't cap buffer size in ReadFile 2017-08-31 19:32:18 +00:00
log
math math: Add Round function (ties away from zero) 2017-09-02 21:00:08 +00:00
mime mime: ignore key on ParseMediaType when value don't pass RFC 2231 check 2017-08-29 21:10:56 +00:00
net net/url: add examples to URL methods 2017-09-01 23:45:29 +00:00
os os: don't assume /bin/pwd in test, find it in $PATH 2017-08-29 20:08:16 +00:00
path path/filepath: add example for Ext 2017-08-25 16:24:37 +00:00
plugin {net,os/user,plugin}: eliminate unnecessary C round-trips 2017-08-17 18:14:16 +00:00
reflect cmd/compile: fix and improve struct field reflect information 2017-09-05 18:09:41 +00:00
regexp regexp: examples for Regexp.Expand and Regexp.ExpandString functions 2017-08-28 15:34:19 +00:00
runtime cmd/compile: avoid stack allocation of a map bucket for large constant hints 2017-09-06 04:38:12 +00:00
sort sort: add examples for IntsAreSorted, Float64s and Float64sAreSorted 2017-08-28 17:29:29 +00:00
strconv all: remove some double spaces from comments 2017-08-26 15:09:09 +00:00
strings strings: use slice instead of list and array in Fields comment 2017-08-14 21:25:53 +00:00
sync all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
syscall syscall: drop dummy byte for oob in unixgram SendmsgN 2017-08-29 23:30:21 +00:00
testing all: remove some unused result params 2017-08-28 06:52:55 +00:00
text all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
time time: fix documentation of Round, Truncate behavior for d <= 0 2017-08-29 17:16:15 +00:00
unicode
unsafe all: remove some double spaces from comments 2017-08-26 15:09:09 +00:00
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 misc/ios,src/iostest.bash: support GOIOS_DEVICE_ID 2017-08-28 16:37:25 +00:00
make.bash build: add go env GOROOT as default GOROOT_BOOTSTRAP value 2017-08-25 05:36:27 +00:00
make.bat
Make.dist
make.rc build: add go env GOROOT as default GOROOT_BOOTSTRAP value 2017-08-25 05:36:27 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc