]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/asm: fix build error caused by yextractps
authorisharipo <iskander.sharipov@intel.com>
Fri, 6 Oct 2017 16:07:29 +0000 (19:07 +0300)
committerIlya Tocar <ilya.tocar@intel.com>
Fri, 6 Oct 2017 16:23:44 +0000 (16:23 +0000)
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>

src/cmd/internal/obj/x86/asm6.go

index 8b98fe7c150ad97d1b3596e74599b11387cf40f6..7482b28c7407444623da7263c09179bb9636717f 100644 (file)
@@ -889,7 +889,7 @@ var ymmxmm0f38 = []ytab{
 }
 
 var yextractps = []ytab{
-       {Yu2, Yxr, Yml, Zibr_m, 2},
+       {Zibr_m, 2, argList{Yu2, Yxr, Yml}},
 }
 
 /*