diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-03-09 08:10:27 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-03-09 08:10:40 -0800 |
commit | 80c34c3812f8bae13fb902dbaaa287ca207857ac (patch) | |
tree | f1106d6442d81c4cc6c42be05836619614c45811 /gas/ChangeLog | |
parent | f657f8c4a1dc0ac69b16b1dc6eacbf5286f1f0a0 (diff) | |
download | gdb-80c34c3812f8bae13fb902dbaaa287ca207857ac.zip gdb-80c34c3812f8bae13fb902dbaaa287ca207857ac.tar.gz gdb-80c34c3812f8bae13fb902dbaaa287ca207857ac.tar.bz2 |
x86: Encode EVEX instructions with VEX128 if possible
If EVEX encoding isn't required, we can encode EVEX instructions with
VEX128.
* config/tc-i386.c (optimize_encoding): Encode EVEX instructions
with VEX128 if EVEX encoding isn't required.
* testsuite/gas/i386/optimize-1.d: Updated.
* testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2fe224c..166e24e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2018-03-09 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (optimize_encoding): Encode EVEX instructions + with VEX128 if EVEX encoding isn't required. + * testsuite/gas/i386/optimize-1.d: Updated. + * testsuite/gas/i386/x86-64-optimize-2.d: Likewise. + +2018-03-09 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (check_VecOperations): Strip whitespace. * testsuite/gas/i386/optimize-1.s: Add whitespaces before {%k7} and {z}, |