x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask
authorJan Beulich <jbeulich@novell.com>
Thu, 26 Apr 2018 06:48:01 +0000 (08:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 26 Apr 2018 06:48:01 +0000 (08:48 +0200)
commit6e041cf4b0b00e85bee85bee98c411f16bd15747
tree18fa9d2b8f887fd446c18234972a0af0737553ba
parent1adf7f5604558489bca6e3f8e6ee5e12089f06ef
x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask

It's not clear to me why they had been introduced - the respective
comments in opcodes/i386-gen.c are certainly wrong: ymm<N> registers
are very well supported (and necessary) with just AVX512F.
12 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/gas/i386/avx512f-ymm.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512f-ymm.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/xmmhi32.d [new file with mode: 0644]
gas/testsuite/gas/i386/xmmhi32.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-tbl.h
This page took 0.026777 seconds and 4 git commands to generate.