]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - opcodes/i386-dis-evex-w.h
2.41 Release sources
[thirdparty/binutils-gdb.git] / opcodes / i386-dis-evex-w.h
2023-08-02  Nick Clifton2.41 Release sources binutils-2_41-release
2023-07-11  Jan Beulichx86: misc further register-only insns don't need to...
2023-07-11  Jan Beulichx86: various operations on mask registers can avoid...
2023-07-11  Jan Beulichx86: misc further memory-only insns don't need to go...
2023-07-11  Jan Beulichx86: {,V}MOVNT* don't need to go through mod_table[]
2023-07-04  Jan Beulichx86: flag bad EVEX masking for miscellaneous insns
2022-10-24  Jan Beulichx86: emit {evex} prefix when disassembling ambiguous...
2022-01-14  Jan Beulichx86: reduce AVX512 FP set of insns decoded through...
2022-01-14  Jan Beulichx86: reduce AVX512-FP16 set of insns decoded through...
2021-08-05  Cui,Lili[PATCH 1/2] Enable Intel AVX512_FP16 instructions
2021-07-22  Jan Beulichx86: drop xmm_m{b,w,d,q}_mode
2021-07-22  Jan Beulichx86: correct VCVT{,U}SI2SD rounding mode handling
2021-07-22  Jan Beulichx86: drop OP_Mask()
2021-03-10  Jan Beulichx86/Intel: correct AVX512 S/G disassembly
2021-03-10  Jan Beulichx86: reuse further VEX entries for EVEX
2021-03-10  Jan Beulichx86: reuse VEX entries for EVEX vperm{q,pd}
2021-03-10  Jan Beulichx86: re-arrange order of decode for various EVEX opcodes
2020-07-14  Jan Beulichx86: drop Rdq, Rd, and MaskR
2020-07-14  Jan Beulichx86: simplify decode of opcodes valid with (embedded...
2020-07-14  Jan Beulichx86: drop need_vex_reg
2020-07-14  Jan Beulichx86: extend %BW use to VP{COMPRESS,EXPAND}{B,W}
2020-07-14  Jan Beulichx86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel...
2020-07-14  Jan Beulichx86: fold VCMP_Fixup() into CMP_Fixup()
2020-07-07  Jan Beulichx86: introduce %BW to avoid going through vex_w_table[]
2020-07-06  Jan Beulichx86: use %LW / %XW instead of going through vex_w_table[]
2020-07-06  Jan Beulichx86: most VBROADCAST{F,I}{32,64}x* only accept memory...
2020-07-06  Jan Beulichx86: drop EVEX table entries that can be made served...
2020-07-06  Jan Beulichx86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L
2020-07-06  Jan Beulichx86: AVX512 extract/insert insns need to honor EVEX.L'L
2020-07-06  Jan Beulichx86: honor VEX.W for VCVT{PH2PS,PS2PH}
2020-07-06  Jan Beulichx86: drop EVEX table entries that can be served by...
2020-07-06  Jan Beulichx86: replace EXqScalarS by EXqVexScalarS
2020-07-06  Jan Beulichx86: replace EX{d,q}Scalar by EXxmm_m{d,q}
2020-06-09  Jan Beulichx86: utilize X macro in EVEX decoding
2019-07-01  Jan Beulichx86: remove ModRM.mod decoding layer from AVX512F VMOVS...
2019-06-27  H.J. Lui386: Check vector length for scatter/gather prefetch...
2019-06-25  Jan Beulichx86: drop dqa_mode
2019-06-21  H.J. Lui386: Break i386-dis-evex.h into small files