summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis-evex-mod.h
AgeCommit message (Expand)Author
2023-08-02Revert "2.41 Release sources"Sam James
2023-08-022.41 Release sourcesNick Clifton
2023-07-11x86: misc further register-only insns don't need to go through mod_table[]Jan Beulich
2023-07-11x86: various operations on mask registers can avoid going through mod_table[]Jan Beulich
2023-07-11x86: misc further memory-only insns don't need to go through mod_table[]Jan Beulich
2023-07-04x86: flag bad EVEX masking for miscellaneous insnsJan Beulich
2022-01-14x86: share yet more VEX table entries with EVEX decodingJan Beulich
2022-01-14x86: reduce AVX512 FP set of insns decoded through vex_w_table[]Jan Beulich
2021-07-22x86: drop xmm_m{b,w,d,q}_modeJan Beulich
2021-03-10x86: re-arrange order of decode for various EVEX opcodesJan Beulich
2020-07-14x86: drop Rdq, Rd, and MaskRJan Beulich
2020-07-14x86: simplify decode of opcodes valid with (embedded) 66 prefix onlyJan Beulich
2020-07-06x86: most VBROADCAST{F,I}{32,64}x* only accept memory operandsJan Beulich
2020-06-09x86: utilize X macro in EVEX decodingJan Beulich
2019-07-01x86: remove ModRM.mod decoding layer from AVX512F VMOVS{S,D}Jan Beulich
2019-06-21i386: Break i386-dis-evex.h into small filesH.J. Lu