gcc/
* config/i386/i386.c (standard_sse_constant_opcode): Fix
registers type for 128bit mode.
From-SVN: r255290
+2017-12-01 Sergey Shalnov <Sergey.Shalnov@intel.com>
+
+ * config/i386/i386.c (standard_sse_constant_opcode): Fix
+ registers type for 128bit mode.
+
2017-11-30 Jakub Jelinek <jakub@redhat.com>
* spellcheck-tree.c (test_find_closest_identifier): Use ; instead
: "vpxor\t%x0, %x0, %x0");
case MODE_TI:
return (TARGET_AVX512VL
- ? "vpxord\t%t0, %t0, %t0"
+ ? "vpxord\t%x0, %x0, %x0"
: "%vpxor\t%0, %d0");
case MODE_V8DF: