aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01x86: relax redundant REX prefix checkJan Beulich1-2/+3
2018-06-01x86: simplify control register checkJan Beulich1-5/+2
2018-06-01x86: tighten condition for emitting LOCK on control register accessesJan Beulich1-4/+3
2018-05-30Add znver2 support.Amit Pawar1-0/+2
2018-05-07Enable Intel MOVDIRI, MOVDIR64B instructionsH.J. Lu1-0/+41
2018-05-07x86: Replace AddrPrefixOp0 with AddrPrefixOpRegH.J. Lu1-3/+7
2018-04-27Revert "Enable Intel MOVDIRI, MOVDIR64B instructions."Igor Tsimbalist1-40/+0
2018-04-26Enable Intel MOVDIRI, MOVDIR64B instructions.Igor Tsimbalist1-0/+40
2018-04-26x86: fold various non-memory operand AVX512VL templatesJan Beulich1-17/+54
2018-04-26x86: also optimize zeroing-masking variants of insnsJan Beulich1-1/+1
2018-04-26x86: properly force / avoid forcing EVEX encodingJan Beulich1-7/+5
2018-04-26x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMaskJan Beulich1-11/+13
2018-04-26x86: don't recognize bnd<N> as registers without CpuMPXJan Beulich1-0/+3
2018-04-26x86: x87-related adjustmentsJan Beulich1-6/+5
2018-04-26x86: fix indentation in build_modrm_byte()Jan Beulich1-39/+39
2018-04-26x86: move and fold common code in build_modrm_byte()Jan Beulich1-29/+13
2018-04-26x86: drop VexImmExtJan Beulich1-7/+3
2018-04-26x86: tighten assertion in build_modrm_byte()Jan Beulich1-4/+3
2018-04-26x86: drop dead code from build_modrm_byte()Jan Beulich1-19/+4
2018-04-17Enable Intel CLDEMOTE instruction.Igor Tsimbalist1-0/+2
2018-04-16Remove netware supportAlan Modra1-1/+0
2018-04-11Enable Intel WAITPKG instructions.Igor Tsimbalist1-0/+2
2018-03-28x86: drop VecESizeJan Beulich1-14/+12
2018-03-28x86: convert broadcast insn attribute to booleanJan Beulich1-25/+45
2018-03-28x86: fold to-scalar-int conversion insnsJan Beulich1-2/+6
2018-03-22x86: use local variable in check_VecOperands()Jan Beulich1-7/+8
2018-03-22ix86: allow HLE store of accumulator to absolute addressJan Beulich1-0/+8
2018-03-22x86/Intel: fix fallout from earlier template foldingJan Beulich1-2/+5
2018-03-22x86: fold a few XOP templatesJan Beulich1-4/+8
2018-03-09x86: Encode EVEX instructions with VEX128 if possibleH.J. Lu1-1/+2
2018-03-09x86: Strip whitespace in check_VecOperationsH.J. Lu1-0/+6
2018-03-08x86: Optimize with EVEX128 encoding for AVX512VLH.J. Lu1-8/+11
2018-03-08x86-64: Also optimize "clr reg64"H.J. Lu1-7/+12
2018-03-08x86: Remove support for old (<= 2.8.1) versions of gccH.J. Lu1-21/+1
2018-03-08x86: fold several AVX512VL templatesJan Beulich1-6/+39
2018-03-08x86: fold certain AVX512 rotate and shift templatesJan Beulich1-3/+4
2018-03-08x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIXJan Beulich1-40/+24
2018-03-08x86: correct operand size match checks for BMI/BMI2 insnsJan Beulich1-7/+9
2018-03-08x86: fold redundant expressions in process_suffix()Jan Beulich1-20/+13
2018-03-08x86: simplify result processing of cpu_flags_match()Jan Beulich1-24/+16
2018-03-08x86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_match()Jan Beulich1-1/+11
2018-03-08x86: change AVX512VL handling in cpu_flags_match()Jan Beulich1-11/+5
2018-03-08x86: drop CPU_FLAGS_32BIT_MATCHJan Beulich1-5/+4
2018-03-08x86: simplify AVX checks in cpu_flags_match()Jan Beulich1-22/+6
2018-03-08x86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_ARCH_MATCHJan Beulich1-6/+0
2018-03-08x86: extend SSE check to PCLMULQDQ, AES, and GFNI insnsJan Beulich1-1/+5
2018-03-08x86: drop FloatDJan Beulich1-7/+7
2018-03-08x86: adjust 4-XMM-register-group related warningJan Beulich1-12/+13
2018-03-08x86: fold AVX vcvtpd2ps memory formsJan Beulich1-10/+37
2018-03-07x86: Rewrite NOP generation for fill and alignmentH.J. Lu1-145/+135