DecoderData.h |
============================================================================================== |
10584 |
EncoderData.h |
Used in encoder's table to represent standard ISA sizes in form of bit flags.
|
8293 |
FormatterATT.h |
@file
Implements the `AT&T` style instruction-formatter.
|
8699 |
FormatterBase.h |
@file
Provides formatter functions that are shared between the different formatters.
|
13734 |
FormatterIntel.h |
@file
Implements the `INTEL` style instruction-formatter.
|
12887 |
SharedData.h |
============================================================================================== |
33602 |
String.h |
@file
Provides some internal, more performant, but unsafe helper functions for the `ZyanString`
data-type.
Most of these functions are very similar to the ones in `Zycore/String.h`, but inlined and
without optional overhead like parameter-validation checks, etc ...
The `ZyanString` data-type is able to dynamically allocate memory on the heap, but as `Zydis` is
designed to be a non-'malloc'ing library, all functions in this file assume that the instances
they are operating on are created with a user-defined static-buffer.
|
18263 |