flobernd
|
6efd1ced36
|
Added doxygen documentation for generated enum values
|
2018-02-24 21:04:23 +01:00 |
flobernd
|
38c99667c4
|
Minor table changes
- Fixed `LWPINS` and `LWPVAL` instructions
- Added `PCONFIG` instruction
|
2017-12-20 23:36:59 +01:00 |
flobernd
|
451d7fb1a8
|
Fixed and refactored some enums
- Fixed `ZydisRegister` enum and string-table
- Renamed `ZYDIS_XXX_MAX_BITS` in `ZYDIS_XXX_MIN_BITS`
|
2017-12-03 22:38:20 +01:00 |
Joel Höner
|
cf24ee010a
|
Introduced custom integer types
|
2017-11-25 01:47:02 +01:00 |
flobernd
|
9ccc096232
|
Minor table-changes to mirror the latest changes of the XED datatables
|
2017-11-07 22:18:51 +01:00 |
flobernd
|
9fc44085d2
|
Added new ISA-extensions
- BITALG
- GFNI
- RDPID
- VAES
- VBMI2
- VNNI
- VPCLMULQDQ
|
2017-10-19 01:10:25 +02:00 |
flobernd
|
3b5906f40e
|
Fixed doxygen comments for generated enums
|
2017-09-11 03:05:49 +02:00 |
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 |