aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15x86: Add has_sib to struct instr_infoH.J. Lu1-8/+9
2022-01-17x86: adjust struct instr_info field typesJan Beulich1-36/+39
2022-01-17x86: drop index16 fieldJan Beulich1-5/+3
2022-01-17x86: drop most Intel syntax register name arraysJan Beulich1-230/+119
2022-01-17x86: fold variables in memory operand index handlingJan Beulich1-19/+15
2022-01-17x86: constify disassembler static dataJan Beulich1-58/+58
2022-01-14x86: drop ymmxmm_modeJan Beulich1-16/+0
2022-01-14x86: share yet more VEX table entries with EVEX decodingJan Beulich1-73/+53
2022-01-14x86: record further wrong uses of EVEX.bJan Beulich1-0/+8
2022-01-14x86: reduce AVX512 FP set of insns decoded through vex_w_table[]Jan Beulich1-41/+1
2022-01-14x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[]Jan Beulich1-33/+39
2022-01-05opcodes: Make i386-dis.c thread-safeVladimir Mezentsev1-1738/+1774
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-17x86: Terminate mnemonicendp in swap_operand()Vladimir Mezentsev1-0/+1
2021-09-28x86: Print {bad} on invalid broadcast in OP_E_memoryCui,Lili1-74/+81
2021-08-19x86: Put back 3 aborts in OP_E_memoryH.J. Lu1-3/+3
2021-08-19x86: Avoid abort on invalid broadcastH.J. Lu1-4/+4
2021-08-05[PATCH 1/2] Enable Intel AVX512_FP16 instructionsCui,Lili1-27/+225
2021-07-23x86: express unduly set rounding control bits in disassemblyJan Beulich1-37/+53
2021-07-22x86: drop dq{b,d}_modeJan Beulich1-30/+13
2021-07-22x86: drop vex_scalar_w_dq_modeJan Beulich1-28/+18
2021-07-22x86: drop xmm_m{b,w,d,q}_modeJan Beulich1-127/+54
2021-07-22x86: fold duplicate vector register printing codeJan Beulich1-74/+33
2021-07-22x86: drop vex_mode and vex_scalar_modeJan Beulich1-11/+7
2021-07-22x86: correct EVEX.V' handling outside of 64-bit modeJan Beulich1-4/+16
2021-07-22x86: fold duplicate code in MOVSXD_Fixup()Jan Beulich1-16/+10
2021-07-22x86: fold duplicate register printing codeJan Beulich1-105/+14
2021-07-22x86-64: properly bounds-check %bnd<N> in OP_G()Jan Beulich1-1/+1
2021-07-22x86-64: generalize OP_G()'s EVEX.R' handlingJan Beulich1-1/+8
2021-07-22x86: correct VCVT{,U}SI2SD rounding mode handlingJan Beulich1-3/+1
2021-07-22x86: drop OP_Mask()Jan Beulich1-22/+2
2021-07-14x86: Add int1 as one byte opcode 0xf1H.J. Lu1-1/+1
2021-03-31Use bool in opcodesAlan Modra1-4/+4
2021-03-25x86: flag bad S/G insn operand combinationsJan Beulich1-14/+70
2021-03-25x86: flag as bad AVX512 insns with EVEX.z set but EVEX.aaa clearJan Beulich1-0/+7
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-12/+12
2021-03-12Re: x86: correct decoding of nop/reserved space (0f18 ... 0x1f)Alan Modra1-1/+1
2021-03-11x86: re-order logic in OP_XMM()Jan Beulich1-35/+31
2021-03-11x86: drop a few redundant EVEX-related checksJan Beulich1-4/+3
2021-03-11x86: remove stray uses of xmmq_modeJan Beulich1-4/+1
2021-03-10x86/Intel: correct AVX512 S/G disassemblyJan Beulich1-70/+12
2021-03-10x86: re-arrange enumerator and table entry orderJan Beulich1-77/+79
2021-03-10x86: reuse further VEX entries for EVEXJan Beulich1-17/+11
2021-03-10x86: reuse VEX entries for EVEX vperm{q,pd}Jan Beulich1-4/+2
2021-03-10x86: re-arrange order of decode for various EVEX opcodesJan Beulich1-79/+42
2021-03-10x86: re-arrange order of decode for various mask reg opcodesJan Beulich1-600/+328
2021-03-10x86: re-arrange order of decode for various VEX opcodesJan Beulich1-154/+70
2021-03-10x86: re-arrange order of decode for various legacy opcodesJan Beulich1-70/+28
2021-03-10x86: correct decoding of nop/reserved space (0f18 ... 0x1f)Jan Beulich1-48/+45
2021-03-09x86-64: make SYSEXIT handling similar to SYSRET'sJan Beulich1-1/+1