HPCToolkit
|
#include <xed-interface.h>
Go to the source code of this file.
Classes | |
struct | xed_control_t |
Macros | |
#define | iclass(xptr) xed_decoded_inst_get_iclass(xptr) |
#define | iclass_eq(xptr, class) (iclass(xptr) == (class)) |
Functions | |
void | x86_family_decoder_init () |
Variables | |
xed_control_t | x86_decoder_settings |
#define iclass | ( | xptr | ) | xed_decoded_inst_get_iclass(xptr) |
Definition at line 69 of file x86-decoder.h.
#define iclass_eq | ( | xptr, | |
class | |||
) | (iclass(xptr) == (class)) |
Definition at line 71 of file x86-decoder.h.
void x86_family_decoder_init | ( | ) |
xed_control_t x86_decoder_settings |
Definition at line 58 of file x86-decoder.c.