| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: emit {evex} prefix when disassembling ambiguous AVX512VL insns | Jan Beulich | 2022-10-24 | 1 | -24/+24 |
* | x86: properly decode EVEX.W for AVX512_4{FMAPS,VNNIW} insns | Jan Beulich | 2022-10-17 | 1 | -6/+6 |
* | x86: fold AVX512-VNNI disassembler entries with AVX-VNNI ones | Jan Beulich | 2022-10-17 | 1 | -2/+2 |
* | x86: share yet more VEX table entries with EVEX decoding | Jan Beulich | 2022-01-14 | 1 | -90/+0 |
* | x86: consistently use scalar_mode for AVX512-FP16 scalar insns | Jan Beulich | 2022-01-14 | 1 | -15/+15 |
* | x86: reduce AVX512 FP set of insns decoded through vex_w_table[] | Jan Beulich | 2022-01-14 | 1 | -35/+35 |
* | x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[] | Jan Beulich | 2022-01-14 | 1 | -39/+30 |
* | [PATCH 1/2] Enable Intel AVX512_FP16 instructions | Cui,Lili | 2021-08-05 | 1 | -0/+221 |
* | x86: drop vex_scalar_w_dq_mode | Jan Beulich | 2021-07-22 | 1 | -2/+2 |
* | x86: drop xmm_m{b,w,d,q}_mode | Jan Beulich | 2021-07-22 | 1 | -4/+4 |
* | x86: correct VCVT{,U}SI2SD rounding mode handling | Jan Beulich | 2021-07-22 | 1 | -2/+2 |
* | x86: drop OP_Mask() | Jan Beulich | 2021-07-22 | 1 | -9/+9 |
* | x86: reuse further VEX entries for EVEX | Jan Beulich | 2021-03-10 | 1 | -2/+2 |
* | x86: drop Rdq, Rd, and MaskR | Jan Beulich | 2020-07-14 | 1 | -2/+2 |
* | x86: simplify decode of opcodes valid with (embedded) 66 prefix only | Jan Beulich | 2020-07-14 | 1 | -918/+0 |
* | x86: drop further EVEX table entries that can be served by VEX ones | Jan Beulich | 2020-07-14 | 1 | -26/+0 |
* | x86: replace %LW by %DQ | Jan Beulich | 2020-07-14 | 1 | -41/+41 |
* | x86: extend %BW use to VP{COMPRESS,EXPAND}{B,W} | Jan Beulich | 2020-07-14 | 1 | -2/+2 |
* | x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel mode | Jan Beulich | 2020-07-14 | 1 | -2/+2 |
* | x86: fold VCMP_Fixup() into CMP_Fixup() | Jan Beulich | 2020-07-14 | 1 | -2/+2 |
* | x86: introduce %BW to avoid going through vex_w_table[] | Jan Beulich | 2020-07-07 | 1 | -11/+11 |
* | x86: use %LW / %XW instead of going through vex_w_table[] | Jan Beulich | 2020-07-06 | 1 | -15/+15 |
* | x86: drop EVEX table entries that can be made served by VEX ones | Jan Beulich | 2020-07-06 | 1 | -90/+0 |
* | x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L | Jan Beulich | 2020-07-06 | 1 | -2/+2 |
* | x86: AVX512 extract/insert insns need to honor EVEX.L'L | Jan Beulich | 2020-07-06 | 1 | -8/+8 |
* | x86: honor VEX.W for VCVT{PH2PS,PS2PH} | Jan Beulich | 2020-07-06 | 1 | -6/+0 |
* | x86: drop EVEX table entries that can be served by VEX ones | Jan Beulich | 2020-07-06 | 1 | -480/+0 |
* | x86: utilize X macro in EVEX decoding | Jan Beulich | 2020-06-09 | 1 | -98/+26 |
* | x86: replace EXxmm_mdq by EXVexWdqScalar | Jan Beulich | 2020-01-31 | 1 | -20/+20 |
* | x86: add missing pseudo ops for VPCLMULQDQ ISA extension | Jan Beulich | 2019-07-01 | 1 | -1/+1 |
* | x86: remove ModRM.mod decoding layer from AVX512F VMOVS{S,D} | Jan Beulich | 2019-07-01 | 1 | -4/+4 |
* | i386: Check vector length for scatter/gather prefetch instructions | H.J. Lu | 2019-06-27 | 1 | -4/+4 |
* | x86: drop dqa_mode | Jan Beulich | 2019-06-25 | 1 | -2/+2 |
* | i386: Break i386-dis-evex.h into small files | H.J. Lu | 2019-06-21 | 1 | -0/+1969 |