x86: fold several AVX512VL templates
authorJan Beulich <jbeulich@novell.com>
Thu, 8 Mar 2018 07:58:55 +0000 (08:58 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 8 Mar 2018 07:58:55 +0000 (08:58 +0100)
commite771e7c9fb79487d7b192769bc2d91fbe4118ba6
treeaddce0a609429ab9cdff970cae03b35ce2b4c4d9
parented438a93f18024da926eb4f56a0f96f597254a55
x86: fold several AVX512VL templates

The differences between some of the register and memory forms of the
same insn often don't really require the templates to be separate. For
example, Disp8MemShift is simply irrelevant to register forms. Fold
these as far as possible, and also fold register-only forms. Further
folding is possible, but needs other prereq work done first.

A note regarding EVEXDYN: This is intended to be used only when no other
properties of the template would make is_evex_encoding() return true. In
all "normal" cases I think it is preferable to omit this indicator, to
keep the table half way readable.
gas/ChangeLog
gas/config/tc-i386.c
opcodes/ChangeLog
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.026525 seconds and 4 git commands to generate.