1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-26 01:18:06 +00:00
bddisasm/isagenerator/instructions
BITDEFENDER\vlutas 433e723e07 Implemented a reverse oprand lookup table. It holds pointers to relevant operands inside INSTRUX, for quick lookup.
Moved helper functions in bdhelpers.c.
Added a dedicated BranchInfo field inside INSTRUX, containing the most relevant branch information.
2021-11-02 11:22:22 +02:00
..
cpuid.dat Added support for Intel FRED and LKGS instructions. 2021-03-15 14:05:44 +02:00
flags.dat Added support for UINTR, HRESET and AVX-VNNI instructions, as per Intel® Architecture Instruction Set Extensions Programming Reference 41 (October 2020). 2020-10-05 13:19:03 +03:00
modes.dat
prefixes.dat
table_0F_3A.dat Added support for UINTR, HRESET and AVX-VNNI instructions, as per Intel® Architecture Instruction Set Extensions Programming Reference 41 (October 2020). 2020-10-05 13:19:03 +03:00
table_0F_38.dat
table_0F.dat Implemented a reverse oprand lookup table. It holds pointers to relevant operands inside INSTRUX, for quick lookup. 2021-11-02 11:22:22 +02:00
table_3dnow.dat Fixed https://github.com/bitdefender/bddisasm/issues/34, https://github.com/bitdefender/bddisasm/issues/35, https://github.com/bitdefender/bddisasm/issues/36 and https://github.com/bitdefender/bddisasm/issues/37. 2021-01-11 11:10:04 +02:00
table_base.dat Implemented a reverse oprand lookup table. It holds pointers to relevant operands inside INSTRUX, for quick lookup. 2021-11-02 11:22:22 +02:00
table_evex1.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_evex2.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_evex3.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_evex5.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_evex6.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_fpu.dat Fixed https://github.com/bitdefender/bddisasm/issues/34, https://github.com/bitdefender/bddisasm/issues/35, https://github.com/bitdefender/bddisasm/issues/36 and https://github.com/bitdefender/bddisasm/issues/37. 2021-01-11 11:10:04 +02:00
table_vex1.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_vex2.dat Added support for UINTR, HRESET and AVX-VNNI instructions, as per Intel® Architecture Instruction Set Extensions Programming Reference 41 (October 2020). 2020-10-05 13:19:03 +03:00
table_vex3.dat Multiple changes 2021-07-08 12:40:39 +03:00
table_xop.dat