Age | Commit message (Expand) | Author | Files | Lines |
2021-08-05 | [PATCH 1/2] Enable Intel AVX512_FP16 instructions | Cui,Lili | 1 | -2/+61 |
2021-07-22 | x86: drop xmm_m{b,w,d,q}_mode | Jan Beulich | 1 | -27/+27 |
2021-07-22 | x86: correct VCVT{,U}SI2SD rounding mode handling | Jan Beulich | 1 | -10/+0 |
2021-07-22 | x86: drop OP_Mask() | Jan Beulich | 1 | -6/+6 |
2021-03-10 | x86/Intel: correct AVX512 S/G disassembly | Jan Beulich | 1 | -25/+0 |
2021-03-10 | x86: reuse further VEX entries for EVEX | Jan Beulich | 1 | -4/+4 |
2021-03-10 | x86: reuse VEX entries for EVEX vperm{q,pd} | Jan Beulich | 1 | -10/+0 |
2021-03-10 | x86: re-arrange order of decode for various EVEX opcodes | Jan Beulich | 1 | -63/+48 |
2020-07-14 | x86: drop Rdq, Rd, and MaskR | Jan Beulich | 1 | -4/+4 |
2020-07-14 | x86: simplify decode of opcodes valid with (embedded) 66 prefix only | Jan Beulich | 1 | -134/+134 |
2020-07-14 | x86: drop need_vex_reg | Jan Beulich | 1 | -5/+5 |
2020-07-14 | x86: extend %BW use to VP{COMPRESS,EXPAND}{B,W} | Jan Beulich | 1 | -10/+0 |
2020-07-14 | x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel mode | Jan Beulich | 1 | -4/+4 |
2020-07-14 | x86: fold VCMP_Fixup() into CMP_Fixup() | Jan Beulich | 1 | -2/+2 |
2020-07-07 | x86: introduce %BW to avoid going through vex_w_table[] | Jan Beulich | 1 | -55/+0 |
2020-07-06 | x86: use %LW / %XW instead of going through vex_w_table[] | Jan Beulich | 1 | -75/+0 |
2020-07-06 | x86: most VBROADCAST{F,I}{32,64}x* only accept memory operands | Jan Beulich | 1 | -8/+8 |
2020-07-06 | x86: drop EVEX table entries that can be made served by VEX ones | Jan Beulich | 1 | -30/+30 |
2020-07-06 | x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L | Jan Beulich | 1 | -2/+2 |
2020-07-06 | x86: AVX512 extract/insert insns need to honor EVEX.L'L | Jan Beulich | 1 | -1/+1 |
2020-07-06 | x86: honor VEX.W for VCVT{PH2PS,PS2PH} | Jan Beulich | 1 | -4/+0 |
2020-07-06 | x86: drop EVEX table entries that can be served by VEX ones | Jan Beulich | 1 | -34/+0 |
2020-07-06 | x86: replace EXqScalarS by EXqVexScalarS | Jan Beulich | 1 | -1/+1 |
2020-07-06 | x86: replace EX{d,q}Scalar by EXxmm_m{d,q} | Jan Beulich | 1 | -2/+2 |
2020-06-09 | x86: utilize X macro in EVEX decoding | Jan Beulich | 1 | -234/+0 |
2019-07-01 | x86: remove ModRM.mod decoding layer from AVX512F VMOVS{S,D} | Jan Beulich | 1 | -26/+8 |
2019-06-27 | i386: Check vector length for scatter/gather prefetch instructions | H.J. Lu | 1 | -8/+8 |
2019-06-25 | x86: drop dqa_mode | Jan Beulich | 1 | -12/+2 |
2019-06-21 | i386: Break i386-dis-evex.h into small files | H.J. Lu | 1 | -0/+1138 |