zydis/include/Zydis
flobernd 58c73b2885 Bugfixes and Support for some more registers
Zydis:
- Fixed operand-size of some instructions in 64-bit mode
- Fixed operand decoding of the "movq MM, GPR" instruction
- Added table-registers (GDRT, LDTR, IDTR, TR)
- Added test-registers (TR0..TR7)
- Added BNDCFG and BNDSTATUS registers
- Added MXCR register

InstructionEditor:
- The code-generator now eliminates duplicate instruction-definitions to optimize the size of the generated tables
- Fixed conflict indication for some operand type/encoding combinations
- Added conflict indication for X86Flags
2016-11-14 02:10:59 +01:00
..
Internal Bugfixes and Support for some more registers 2016-11-14 02:10:59 +01:00
Decoder.h Minor refactorings and further preparation for advanced features 2016-11-11 22:03:26 +01:00
Defines.h Added support for instructions with 5 operands 2016-09-13 05:26:55 +02:00
Formatter.h Minor refactorings and further preparation for advanced features 2016-11-11 22:03:26 +01:00
Input.h Fixed CMake file 2016-06-20 01:33:29 +02:00
InstructionDetails.h Minor refactorings and further preparation for advanced features 2016-11-11 22:03:26 +01:00
InstructionInfo.h Bugfixes and Support for some more registers 2016-11-14 02:10:59 +01:00
Mnemonic.h Minor refactorings and further preparation for advanced features 2016-11-11 22:03:26 +01:00
Register.h Bugfixes and Support for some more registers 2016-11-14 02:10:59 +01:00
Status.h Minor refactorings and further preparation for advanced features 2016-11-11 22:03:26 +01:00
SymbolResolver.h Fixed CMake file 2016-06-20 01:33:29 +02:00
Utils.h Preparations for optional feature support 2016-08-23 15:57:38 +02:00
Zydis.h Minor refactorings and further preparation for advanced features 2016-11-11 22:03:26 +01:00