aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-init.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-22x86: correct/improve TSX controlsJan Beulich1-1/+28
2022-12-22x86: add dependencies on SVMEJan Beulich1-7/+43
2022-12-22x86: add dependencies on VMXJan Beulich1-2/+29
2022-12-22x86: correct XSAVE* dependenciesJan Beulich1-7/+7
2022-12-22x86: correct dependencies of a few AVX512 sub-featuresJan Beulich1-6/+6
2022-12-22x86: add dependencies on AVX2Jan Beulich1-9/+27
2022-12-22x86: correct SSE dependenciesJan Beulich1-48/+84
2022-12-22x86: re-work ISA extension dependency handlingJan Beulich1-528/+555
2022-12-02x86: drop most OPERAND_TYPE_* (and rework the rest)Jan Beulich1-184/+0
2022-11-15Add AMD znver4 processor supportTejas Joshi1-213/+231
2022-11-08Support Intel RAO-INTKong Lingling1-250/+268
2022-11-04Support Intel AVX-NE-CONVERTkonglin11-251/+269
2022-11-02Support Intel MSRLISTHu, Lin11-248/+266
2022-11-02Support Intel WRMSRNSHu, Lin11-247/+265
2022-11-02Support Intel CMPccXADDHaochen Jiang1-247/+265
2022-11-02Support Intel AVX-VNNI-INT8Cui,Lili1-61/+79
2022-11-02Support Intel AVX-IFMAHongyu Wang1-252/+270
2022-10-31x86: minor improvements to optimize_imm() (part III)Jan Beulich1-4/+0
2022-10-31Support Intel PREFETCHICui, Lili1-252/+261
2022-10-21Support Intel AMX-FP16Cui,Lili1-233/+242
2022-10-18x86: Disable AVX-VNNI when disabling AVX2H.J. Lu1-2/+2
2022-10-18x86: correct CPU_AMX_{BF16,INT8}_FLAGSJan Beulich1-2/+2
2022-07-04x86: fold Disp32S and Disp32Jan Beulich1-73/+69
2022-07-04x86: restore masking of displacement kindsJan Beulich1-6/+6
2022-03-17x86: never set i386_cpu_flags' "unused" fieldJan Beulich1-1/+1
2022-03-17x86: unify CPU flag on/off processingJan Beulich1-1/+1
2022-03-17x86: drop L1OM/K1OM support from gasJan Beulich1-390/+372
2022-03-17x86: assorted IAMCU CPU checking fixesJan Beulich1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-08-05[PATCH 1/2] Enable Intel AVX512_FP16 instructionsCui,Lili1-251/+269
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-20Add AMD znver3 processor supportGanesh Gopalasubramanian1-193/+229
2020-10-16Enhancement for avx-vnni patchCui,Lili1-242/+242
2020-10-14x86: Support Intel AVX VNNIH.J. Lu1-241/+259
2020-10-14x86: Add support for Intel HRESET instructionLili Cui1-192/+210
2020-10-14x86: Support Intel UINTRLili Cui1-187/+392
2020-09-24Add support for Intel TDX instructions.Cui,Lili1-204/+220
2020-09-23Enable support to Intel Keylocker instructionsTerry Guo1-181/+213
2020-07-10x86: Add support for Intel AMX instructionsLili Cui1-227/+279
2020-04-07Add support for intel TSXLDTRK instructions$Cui,Lili1-173/+189
2020-04-02Add support for intel SERIALIZE instructionLiliCui1-171/+187
2020-03-04x86: support VMGEXITJan Beulich1-170/+178
2020-02-17x86: Remove CpuABM and add CpuPOPCNTH.J. Lu1-116/+124
2020-02-16x86: Don't disable SSE3 when disabling SSE4aH.J. Lu1-1/+1
2020-02-16x86: Don't disable SSE4a when disabling SSE4H.J. Lu1-2/+2
2020-02-13x86: fix SSE4a dependencies of ".arch .nosse*"Jan Beulich1-2/+10
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-14x86: make JumpAbsolute an insn attributeJan Beulich1-61/+57
2019-11-12x86: fold EsSeg into IsStringJan Beulich1-60/+56