aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisharipo <iskander.sharipov@intel.com>2017-10-06 19:07:29 +0300
committerIlya Tocar <ilya.tocar@intel.com>2017-10-06 16:23:44 +0000
commite33b01651cccce4293eb7a2ae7b40774e1dbeec9 (patch)
treeee4d5307c5b5de668e8fce087dfab41914337e1d /src
parent41fa265db0548d25cb5eb84e80a537128a7172ac (diff)
downloadgo-e33b01651cccce4293eb7a2ae7b40774e1dbeec9.tar.xz
cmd/asm: fix build error caused by yextractps
Fix ytab table for EXTRACTPS. Related to https://go-review.googlesource.com/#/c/go/+/63490/. Change-Id: I11672d6bb731a204a08905f8321450f02c5bed76 Reviewed-on: https://go-review.googlesource.com/68950 Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com> Reviewed-by: David Crawshaw <crawshaw@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/internal/obj/x86/asm6.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/x86/asm6.go b/src/cmd/internal/obj/x86/asm6.go
index 8b98fe7c15..7482b28c74 100644
--- a/src/cmd/internal/obj/x86/asm6.go
+++ b/src/cmd/internal/obj/x86/asm6.go
@@ -889,7 +889,7 @@ var ymmxmm0f38 = []ytab{
}
var yextractps = []ytab{
- {Yu2, Yxr, Yml, Zibr_m, 2},
+ {Zibr_m, 2, argList{Yu2, Yxr, Yml}},
}
/*