]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Enable Intel MOVDIRI, MOVDIR64B instructions.
authorIgor Tsimbalist <igor.v.tsimbalist@intel.com>
Wed, 25 Apr 2018 15:02:06 +0000 (17:02 +0200)
committerIgor Tsimbalist <igor.v.tsimbalist@intel.com>
Thu, 26 Apr 2018 21:34:04 +0000 (23:34 +0200)
commita914a7c95895161c99533d5919b8504b37ea54a0
treee2ef68914a5cd764b89865190ce40a0c3e899b28
parent0df8ad28f0f727fab3a696d6c98b9a8a77ee1024
Enable Intel MOVDIRI, MOVDIR64B instructions.

gas/
* config/tc-i386.c (cpu_arch): Add .movdir, .movdir64b.
(cpu_noarch): Likewise.
(process_suffix): Add check for register size.
* doc/c-i386.texi: Document movdiri, movdir64b.
* testsuite/gas/i386/i386.exp: Run MOVDIR{I,64B} tests.
* testsuite/gas/i386/movdir-intel.d: New test.
* testsuite/gas/i386/movdir.d: Likewise.
* testsuite/gas/i386/movdir.s: Likewise.
* testsuite/gas/i386/movdir64b-reg.s: Likewise.
* testsuite/gas/i386/movdir64b-reg.l: Likewise.
* testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
* testsuite/gas/i386/x86-64-movdir.d: Likewise.
* testsuite/gas/i386/x86-64-movdir.s: Likewise.
* testsuite/gas/i386/x86-64-movdir64b-reg.s: Likewise.
* testsuite/gas/i386/x86-64-movdir64b-reg.l: Likewise.

opcodes/
* i386-dis.c (enum): Add PREFIX_0F38F8, PREFIX_0F38F9.
(prefix_table): New instructions (see prefix above).
Add Gva macro and handling in OP_G.
* i386-gen.c (cpu_flag_init): Add CPU_MOVDIRI_FLAGS,
CPU_MOVDIR64B_FLAGS.
(cpu_flags): Likewise.
(opcode_modifiers): Add AddrPrefixOpReg.
(i386_opcode_modifier): Likewise.
* i386-opc.h (enum): Add CpuMOVDIRI, CpuMOVDIR64B.
(i386_cpu_flags): Likewise.
* i386-opc.tbl: Add movidir{i,64b}.
* i386-init.h: Regenerate.
* i386-tbl.h: Likewise.
21 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/movdir-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/movdir.d [new file with mode: 0644]
gas/testsuite/gas/i386/movdir.s [new file with mode: 0644]
gas/testsuite/gas/i386/movdir64b-reg.l [new file with mode: 0644]
gas/testsuite/gas/i386/movdir64b-reg.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-movdir-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-movdir.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-movdir.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-movdir64b-reg.l [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-movdir64b-reg.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h