binutils-gdb/gas/testsuite/gas
Ilya Tocar 963f35869d Add clflushopt, xsaves, xsavec, xrstors
gas/

2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>

	* config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
	* doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
	clflushopt/.clfushopt.

gas/testsuite/

2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>

	* gas/i386/clflushopt-intel.d: New.
	* gas/i386/clflushopt.d: Ditto.
	* gas/i386/clflushopt.s: Ditto.
	* gas/i386/i386.exp: Run new tests.
	* gas/i386/x86-64-clflushopt-intel.d: New.
	* gas/i386/x86-64-clflushopt.d: Ditto.
	* gas/i386/x86-64-clflushopt.s: Ditto.
	* gas/i386/x86-64-xsavec-intel.d: Ditto.
	* gas/i386/x86-64-xsavec.d: Ditto.
	* gas/i386/x86-64-xsavec.s: Ditto.
	* gas/i386/x86-64-xsaves-intel.d: Ditto.
	* gas/i386/x86-64-xsaves.d: Ditto.
	* gas/i386/x86-64-xsaves.s: Ditto.
	* gas/i386/xsavec-intel.d: Ditto.
	* gas/i386/xsavec.d: Ditto.
	* gas/i386/xsavec.s: Ditto.
	* gas/i386/xsaves-intel.d: Ditto.
	* gas/i386/xsaves.d: Ditto.
	* gas/i386/xsaves.s: Ditto.

opcodes/

2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>

	* i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
	MOD_0FC7_REG_5.
	(PREFIX enum): Add PREFIX_0FAE_REG_7.
	(reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
	(prefix_table): Add clflusopt.
	(mod_table): Add xrstors, xsavec, xsaves.
	* i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
	CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
	(cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
	* i386-init.h: Regenerate.
	* i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
	xsaves64, xsavec, xsavec64.
	* i386-tbl.h: Regenerate.
2014-02-12 07:50:24 -08:00
..
aarch64 gas/ 2013-12-18 19:15:57 +00:00
all Add support for Andes NDS32: 2013-12-13 11:52:32 +00:00
alpha Add copyright notices 2012-12-17 16:56:12 +00:00
arc Add copyright notices 2012-12-17 16:56:12 +00:00
arm gas: ARM: Fix encoding of VCVTr.s32.f64 instructions 2014-01-17 15:34:56 +00:00
bfin strip off +x bits on non-executable/script files 2013-12-07 02:03:03 -05:00
cfi Assorted x86 testsuite fixes. 2013-11-02 15:31:16 +10:30
cr16 Add copyright notices 2012-12-17 16:56:12 +00:00
cris binutils/ 2013-05-29 00:39:34 +00:00
crx Add copyright notices 2012-12-17 16:56:12 +00:00
d10v PR binutils/15834 2013-08-23 07:54:19 +00:00
d30v Add copyright notices 2012-12-17 16:56:12 +00:00
dlx Add copyright notices 2012-12-17 16:56:12 +00:00
elf PR binutils/16218 2013-12-20 13:52:23 +00:00
epiphany strip off +x bits on non-executable/script files 2013-12-07 02:03:03 -05:00
fr30 Add copyright notices 2012-12-17 16:56:12 +00:00
frv Add copyright notices 2012-12-17 16:56:12 +00:00
h8300 Add copyright notices 2012-12-17 16:56:12 +00:00
hppa Add copyright notices 2012-12-17 16:56:12 +00:00
i386 Add clflushopt, xsaves, xsavec, xrstors 2014-02-12 07:50:24 -08:00
i860 Add copyright notices 2012-12-17 16:56:12 +00:00
ia64 A recent update to the binutils means that RELA sections now have the 2014-01-28 12:18:01 +00:00
ieee-fp Add copyright notices 2012-12-17 16:56:12 +00:00
iq2000 Add copyright notices 2012-12-17 16:56:12 +00:00
lm32 Add copyright notices 2012-12-17 16:56:12 +00:00
lns Add support for Andes NDS32: 2013-12-13 11:52:32 +00:00
m32r Add copyright notices 2012-12-17 16:56:12 +00:00
m68hc11 Add copyright notices 2012-12-17 16:56:12 +00:00
m68k Add copyright notices 2012-12-17 16:56:12 +00:00
m68k-coff Add copyright notices 2012-12-17 16:56:12 +00:00
mach-o Add copyright notices 2012-12-17 16:56:12 +00:00
macros Add support for Andes NDS32: 2013-12-13 11:52:32 +00:00
mcore Add copyright notices 2012-12-17 16:56:12 +00:00
mep Add copyright notices 2012-12-17 16:56:12 +00:00
metag * metag-dis.c: Initialize outf->bytes_per_chunk to 4 2013-02-15 14:54:28 +00:00
microblaze ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
mips Add support to show the symbolic names of the MIPS CP1 registers. 2013-12-16 17:09:58 +00:00
mmix Adjust MMIX gas tests for recent bfd/elf.c change. 2013-12-28 16:57:24 +01:00
mn10200 update copyright dates 2009-09-02 07:25:43 +00:00
mn10300 Fix PR number in previous delta. 2010-09-09 10:40:54 +00:00
mri Add copyright notices 2012-12-17 16:56:12 +00:00
msp430 * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias 2013-10-08 08:06:35 +00:00
mt Add copyright notices 2012-12-17 16:56:12 +00:00
nds32 Add system register and embedded debug register support. 2013-12-18 11:02:12 +08:00
nios2 Nios II CALL26 linker relaxation 2014-01-30 17:47:07 -08:00
openrisc Add copyright notices 2012-12-17 16:56:12 +00:00
pdp11 Add copyright notices 2012-12-17 16:56:12 +00:00
pe strip off +x bits on non-executable/script files 2013-12-07 02:03:03 -05:00
pj Add copyright notices 2012-12-17 16:56:12 +00:00
ppc strip off +x bits on non-executable/script files 2013-12-07 02:03:03 -05:00
rx Add copyright notices 2012-12-17 16:56:12 +00:00
s390 opcodes/ 2013-09-17 09:02:37 +00:00
score Add copyright notices 2012-12-17 16:56:12 +00:00
sh Expect addend as signed 2012-05-17 16:36:22 +00:00
sparc Increase the accuracy of sparc instruction aliases. 2013-04-06 22:22:03 +00:00
sparc-solaris Add copyright notices 2012-12-17 16:56:12 +00:00
sun4 Add copyright notices 2012-12-17 16:56:12 +00:00
symver Add copyright notices 2012-12-17 16:56:12 +00:00
tic4x Add copyright notices 2012-12-17 16:56:12 +00:00
tic6x PR binutils/15068 2013-03-28 09:25:11 +00:00
tic54x Add copyright notices 2012-12-17 16:56:12 +00:00
tilegx * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo. 2011-06-13 15:18:54 +00:00
tilepro * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo. 2011-06-13 15:18:54 +00:00
v850 * config/tc-v850.c (md_assemble): Allow signed values for 2013-01-15 08:45:45 +00:00
vax Add copyright notices 2012-12-17 16:56:12 +00:00
xc16x Add copyright notices 2012-12-17 16:56:12 +00:00
xgate * gas/xgate/all_insns.d: Add com macro insn test. 2013-10-11 01:41:49 +00:00
xstormy16 Add copyright notices 2012-12-17 16:56:12 +00:00
xtensa Add copyright notices 2012-12-17 16:56:12 +00:00
z8k Add copyright notices 2012-12-17 16:56:12 +00:00
z80 PR binutils/15834 2013-08-23 07:54:19 +00:00
template