Stanislav Shwartsman
|
11585e4982
|
AVX512: VPBROADCASTB/W/D/Q with GPR source are only reg/reg
|
2019-12-21 18:29:51 +00:00 |
|
Stanislav Shwartsman
|
c9ac9a1e43
|
AVX512_VBMI: Fixed decoding of VPERMB instruction
|
2019-12-13 13:24:02 +00:00 |
|
Stanislav Shwartsman
|
fc79466dcb
|
AVX512_VBMI: Fixed decoding of VPERMI2B/VPERMT2B instructions
|
2019-12-13 13:08:45 +00:00 |
|
Stanislav Shwartsman
|
f9d04849b3
|
fixed decoding for VPSHLDVW/VPSHRDVW/VPSHLDVD/VPSHLDVQ/VPSHRDVD/VPSHRDVQ
|
2019-12-13 12:34:16 +00:00 |
|
Stanislav Shwartsman
|
27e96c807c
|
fixed decoding of VPBROADCASTMW2D opcode
|
2019-12-13 08:09:18 +00:00 |
|
Stanislav Shwartsman
|
49ebaf8397
|
typofix: attached MASK_K0 attr to wrong opcode
|
2019-05-25 19:10:55 +00:00 |
|
Stanislav Shwartsman
|
4d10852c04
|
impemented recently published VP2INTERSECTD/Q instructions
|
2019-05-25 19:07:09 +00:00 |
|
Stanislav Shwartsman
|
4f625b23e0
|
enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore
|
2019-02-16 15:23:24 +00:00 |
|
Stanislav Shwartsman
|
f8ec18acd5
|
fix decode/disasm of AVX512-VBMI2 VPSH*D* opcodes
|
2019-01-27 18:52:03 +00:00 |
|
Stanislav Shwartsman
|
0b18a42e4e
|
fixed decoding of AVX-512 opcodes
|
2019-01-27 17:35:21 +00:00 |
|
Stanislav Shwartsman
|
5cb4639891
|
fixed decoding of AVX-512 opcodes
|
2019-01-27 17:31:28 +00:00 |
|
Stanislav Shwartsman
|
af75c2a81e
|
fixed comment in the opcode table for EVEX
|
2019-01-22 18:31:39 +00:00 |
|
Stanislav Shwartsman
|
07bff3be43
|
fixed decoding of VPINSRB/W/D/Q and VINSERTPS with EVEX prefix
|
2017-12-13 20:02:12 +00:00 |
|
Stanislav Shwartsman
|
8a311515dd
|
correctly decode VPEXTRB/W/D/Q - these opcodes allowed to be with VEX.L=0 only
fixed disasm module compilation with no AVX enabled
remove duplicate opcode handlers
|
2017-12-13 19:51:25 +00:00 |
|
Stanislav Shwartsman
|
8261a91ce9
|
implemented GFNI instructions
|
2017-10-21 19:57:12 +00:00 |
|
Stanislav Shwartsman
|
da8d6e793f
|
fixed compilation issues
|
2017-10-20 19:24:10 +00:00 |
|
Stanislav Shwartsman
|
bca076889b
|
decode all the vbmi2 opcodes, fix vpcompress/vpexpand instruction handler names (affects disasm)
|
2017-10-20 18:50:10 +00:00 |
|
Stanislav Shwartsman
|
77a62a4dcd
|
implemented (experimental, still untested) AVX512 VBMI2 extensions
|
2017-10-20 18:38:15 +00:00 |
|
Stanislav Shwartsman
|
15ba88c195
|
implemented VAES/VPCLMULDQ instructions - VEX/EVEX extensions of AES/PCLMULQDQ
|
2017-10-19 19:12:55 +00:00 |
|
Stanislav Shwartsman
|
6daa1ba9ba
|
fixed compilation issue with EVEX enabled
|
2017-10-15 20:40:56 +00:00 |
|
Stanislav Shwartsman
|
944f37b1f2
|
implemented AVX-512 BITALG instructions/bugfix for VPOPCNT instructions
|
2017-10-15 20:33:19 +00:00 |
|
Stanislav Shwartsman
|
0d190eec8e
|
implemented AVX-512 VNNI instructions
|
2017-10-15 19:17:07 +00:00 |
|
Stanislav Shwartsman
|
10eb193e01
|
step 1 of rewrite Bochs decoder: legacy decoder tables done. TODO: avx/evex decoder tables, merge decoder and disasm together
|
2017-01-10 20:15:17 +00:00 |
|
Stanislav Shwartsman
|
9bd99a604f
|
implemented recently announced AVX-512 extension VPOPCNT
|
2016-12-17 13:47:45 +00:00 |
|
Stanislav Shwartsman
|
7a34f00f99
|
extracted fetchdecode into separated folder under cpu and also out of BX_CPU_C class into stand-alone module. Next step: wrap it up nicely and define clear interace to CPU model to minimize dependencies. Ideally I need fetchdecode to not include CPU at all
|
2016-06-12 21:23:48 +00:00 |
|