Age | Commit message (Expand) | Author | Files | Lines |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -12/+12 |
2021-03-12 | Re: x86: correct decoding of nop/reserved space (0f18 ... 0x1f) | Alan Modra | 1 | -1/+1 |
2021-03-11 | x86: re-order logic in OP_XMM() | Jan Beulich | 1 | -35/+31 |
2021-03-11 | x86: drop a few redundant EVEX-related checks | Jan Beulich | 1 | -4/+3 |
2021-03-11 | x86: remove stray uses of xmmq_mode | Jan Beulich | 1 | -4/+1 |
2021-03-10 | x86/Intel: correct AVX512 S/G disassembly | Jan Beulich | 1 | -70/+12 |
2021-03-10 | x86: re-arrange enumerator and table entry order | Jan Beulich | 1 | -77/+79 |
2021-03-10 | x86: reuse further VEX entries for EVEX | Jan Beulich | 1 | -17/+11 |
2021-03-10 | x86: reuse VEX entries for EVEX vperm{q,pd} | Jan Beulich | 1 | -4/+2 |
2021-03-10 | x86: re-arrange order of decode for various EVEX opcodes | Jan Beulich | 1 | -79/+42 |
2021-03-10 | x86: re-arrange order of decode for various mask reg opcodes | Jan Beulich | 1 | -600/+328 |
2021-03-10 | x86: re-arrange order of decode for various VEX opcodes | Jan Beulich | 1 | -154/+70 |
2021-03-10 | x86: re-arrange order of decode for various legacy opcodes | Jan Beulich | 1 | -70/+28 |
2021-03-10 | x86: correct decoding of nop/reserved space (0f18 ... 0x1f) | Jan Beulich | 1 | -48/+45 |
2021-03-09 | x86-64: make SYSEXIT handling similar to SYSRET's | Jan Beulich | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-29 | x86: Do not dump DS/CS segment overrides for branch hints | Borislav Petkov | 1 | -2/+11 |
2020-11-14 | x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit mode | Borislav Petkov | 1 | -5/+20 |
2020-10-26 | Change avxvnni disassembler output from {vex3} to {vex} | Cui,Lili | 1 | -1/+0 |
2020-10-20 | Add AMD znver3 processor support | Ganesh Gopalasubramanian | 1 | -0/+41 |
2020-10-14 | x86: Support Intel AVX VNNI | H.J. Lu | 1 | -6/+37 |
2020-10-14 | x86: Add support for Intel HRESET instruction | Lili Cui | 1 | -1/+24 |
2020-10-14 | x86: Support Intel UINTR | Lili Cui | 1 | -6/+69 |
2020-10-05 | x86-64: Always display suffix for %LQ in 64bit | H.J. Lu | 1 | -1/+1 |
2020-10-05 | x86: Clear modrm if not needed | H.J. Lu | 1 | -4/+8 |
2020-09-25 | Put together MOD_VEX_0F38* in i386-dis.c, | Cui,Lili | 1 | -62/+62 |
2020-09-24 | Add support for Intel TDX instructions. | Cui,Lili | 1 | -4/+61 |
2020-09-23 | Enable support to Intel Keylocker instructions | Terry Guo | 1 | -7/+100 |
2020-09-02 | ubsan: i386-dis.c | Alan Modra | 1 | -13/+13 |
2020-07-21 | Revert "x86: Don't display eiz with no scale" | Jan Beulich | 1 | -1/+1 |
2020-07-15 | x86: Don't display eiz with no scale | H.J. Lu | 1 | -1/+1 |
2020-07-15 | x86: move putop() case labels to restore alphabetic sorting | Jan Beulich | 1 | -49/+48 |
2020-07-15 | x86: make PUSH/POP disassembly uniform | Jan Beulich | 1 | -30/+20 |
2020-07-15 | x86: avoid attaching suffixes to unambiguous insns | Jan Beulich | 1 | -99/+44 |
2020-07-14 | x86-64: Zero-extend lower 32 bits displacement to 64 bits | H.J. Lu | 1 | -2/+7 |
2020-07-14 | x86/Intel: debug registers are named DRn | Jan Beulich | 1 | -1/+1 |
2020-07-14 | x86: drop Rm and the 'L' macro | Jan Beulich | 1 | -74/+54 |
2020-07-14 | x86: drop Rdq, Rd, and MaskR | Jan Beulich | 1 | -56/+60 |
2020-07-14 | x86: simplify decode of opcodes valid only without any (embedded) prefix | Jan Beulich | 1 | -135/+42 |
2020-07-14 | x86: also use %BW / %DQ for kshift* | Jan Beulich | 1 | -65/+17 |
2020-07-14 | x86: simplify decode of opcodes valid with (embedded) 66 prefix only | Jan Beulich | 1 | -3474/+788 |
2020-07-14 | x86: drop further EVEX table entries that can be served by VEX ones | Jan Beulich | 1 | -12/+8 |
2020-07-14 | x86: drop need_vex_reg | Jan Beulich | 1 | -48/+15 |
2020-07-14 | x86: drop Vex128 and Vex256 | Jan Beulich | 1 | -53/+45 |
2020-07-14 | x86: replace %LW by %DQ | Jan Beulich | 1 | -9/+9 |
2020-07-14 | x86: merge/move logic determining the EVEX disp8 shift | Jan Beulich | 1 | -29/+16 |
2020-07-14 | x86: extend %BW use to VP{COMPRESS,EXPAND}{B,W} | Jan Beulich | 1 | -12/+7 |
2020-07-14 | x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel mode | Jan Beulich | 1 | -37/+15 |
2020-07-14 | x86: fold VCMP_Fixup() into CMP_Fixup() | Jan Beulich | 1 | -70/+45 |
2020-07-14 | x86: don't disassemble MOVBE with two suffixes | Jan Beulich | 1 | -43/+5 |