aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386-intel.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-15x86: fold assembly dialect attributesJan Beulich1-2/+1
2023-12-15x86: Intel syntax implies Intel mnemonicsJan Beulich1-1/+3
2023-11-24x86: shrink opcode sets tableJan Beulich1-34/+34
2023-09-27x86: fold certain VEX and EVEX templatesJan Beulich1-0/+5
2023-09-14x86: support AVX10.1 vector size restrictionsJan Beulich1-0/+10
2023-05-23x86/Intel: address quoted-symbol related FIXMEsJan Beulich1-8/+4
2023-05-23x86: don't recognize quoted symbol names as registers or operatorsJan Beulich1-0/+4
2023-05-19x86: further adjust extend-to-32bit-address conditionsJan Beulich1-0/+1
2023-03-31x86: handle immediate operands for .insnJan Beulich1-1/+8
2023-03-31x86: process instruction operands for .insnJan Beulich1-2/+5
2023-02-24x86: have insns acting on segment selector values allow for consistent operandsJan Beulich1-1/+2
2023-01-27x86/Intel: improve special casing of certain insnsJan Beulich1-21/+15
2023-01-20x86: abstract out obtaining of a template's mnemonicJan Beulich1-8/+8
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-12ix86: don't recognize/derive Q suffix in the common caseJan Beulich1-1/+1
2022-12-12x86: re-work insn/suffix recognitionJan Beulich1-10/+1
2022-12-01x86/Intel: drop LONG_DOUBLE_MNEM_SUFFIXJan Beulich1-11/+11
2022-12-01x86/Intel: restrict use of LONG_DOUBLE_MNEM_SUFFIXJan Beulich1-7/+7
2022-11-30x86/Intel: adjustment to restricted suffix derivationJan Beulich1-3/+8
2022-11-24x86: correct handling of LAR and LSLJan Beulich1-1/+3
2022-09-30x86/Intel: restrict suffix derivationJan Beulich1-1/+75
2022-07-04x86: fold Disp32S and Disp32Jan Beulich1-7/+2
2022-05-27x86/Intel: allow MASM representation of embedded rounding / SAEJan Beulich1-1/+4
2022-05-27x86: re-work AVX512 embedded rounding / SAEJan Beulich1-1/+22
2022-05-27x86/Intel: allow MASM representation of embedded broadcastJan Beulich1-0/+17
2022-03-23x86: improve resolution of register equatesJan Beulich1-0/+3
2022-03-23x86: don't attempt to resolve equates and alike from i386_parse_name()Jan Beulich1-0/+7
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-06-07x86: remove pointless 2nd parameter from check_VecOperations()Jan Beulich1-1/+1
2021-03-31Use bool in gasAlan Modra1-7/+7
2021-03-30x86: drop seg_entryJan Beulich1-10/+4
2021-03-30x86: drop REGNAM_{AL,AX,EAX}Jan Beulich1-2/+2
2021-03-29x86: derive opcode encoding space attribute from base opcodeJan Beulich1-2/+4
2021-03-24x86: derive mandatory prefix attribute from base opcodeJan Beulich1-3/+6
2021-03-23x86: unbreak certain MPX insn operand formsJan Beulich1-2/+6
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-07-20x86: handle SVR4 escaped binary operatorsJan Beulich1-0/+10
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-12x86-64: Intel64 adjustments for insns dealing with far pointersJan Beulich1-2/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-27x86: consolidate Disp<NN> handling a littleJan Beulich1-1/+2
2019-12-09x86/Intel: fold "xmmword" with "oword"Jan Beulich1-11/+9
2019-12-09x86/Intel: support "mmword ptr"Jan Beulich1-2/+5
2019-12-09x86/Intel: fix "near ptr" / "far ptr" handlingJan Beulich1-3/+6
2019-12-09x86/Intel: drop pointless suffix setting for "tbyte ptr"Jan Beulich1-10/+5
2019-12-09x86/Intel: drop pointless suffix setting for "fword ptr"Jan Beulich1-2/+0
2019-12-09x86/Intel: drop pointless special casing of LxSJan Beulich1-6/+1
2019-12-04x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifierJan Beulich1-0/+9
2019-12-04x86-64/Intel: fix CALL/JMP with dword operandJan Beulich1-2/+3