zydis/src
flobernd 01b8267d47 Minor refactorings
- Adjusted datatype of some enums
- Renamed some things
  - `ZydisDecodedInstruction.flags` -> `ZydisDecodedInstruction.accessedFlags`
  - `ZydisDecodedInstruction.meta.roundingMode` -> `ZydisDecodedInstruction.meta.rounding.mode`
  - `ZydisDecodedInstruction.meta.swizzleMode` -> `ZydisDecodedInstruction.meta.swizzle.mode`
  - `ZydisDecodedInstruction.meta.conversionMode` -> `ZydisDecodedInstruction.meta.conversion.mode`
  - `ZydisGetCPUFlagsByAction` -> `ZydisGetAccessedFlagsByAction`
2017-09-10 21:43:52 +02:00
..
Generated Minor refactorings 2017-09-10 21:43:52 +02:00
Decoder.c Minor refactorings 2017-09-10 21:43:52 +02:00
DecoderData.c Internal refactorings and new meta-info 2017-09-05 17:35:23 +02:00
DecoderData.h Replaced `EVEX.z` filter by `acceptsZeroMask` attribute 2017-07-14 22:54:22 +02:00
Encoder.c Internal refactorings and new meta-info 2017-09-05 17:35:23 +02:00
EncoderData.c Refactorings 2017-07-06 00:34:36 +02:00
EncoderData.h Replaced `EVEX.z` filter by `acceptsZeroMask` attribute 2017-07-14 22:54:22 +02:00
Formatter.c Minor refactorings 2017-09-10 21:43:52 +02:00
MetaInfo.c Minor refactorings 2017-09-10 21:43:52 +02:00
Mnemonic.c Internal refactorings and new meta-info 2017-09-05 17:35:23 +02:00
Register.c Preparations for the CPU-flag info feature 2017-07-11 18:51:54 +02:00
SharedData.c Internal refactorings and new meta-info 2017-09-05 17:35:23 +02:00
SharedData.h Tables fixes and more meta-info 2017-09-06 17:05:05 +02:00
Utils.c Minor refactorings 2017-09-10 21:43:52 +02:00
VersionInfo.rc Tables fixes and more meta-info 2017-09-06 17:05:05 +02:00
Zydis.c Updated CMake file and Zydis features 2017-06-21 18:25:53 +02:00