xed-sys 0.6.0+xed-2024.05.20

Rust FFI bindings for Intel XED.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

// xed-static.c depends on having the types from stdint.h available but does
// not include it explicitly. This works fine on linux where XED includes
// stdint but not on windows where it does not.
#include <stdint.h>

#include "xed/xed-interface.h"
#include "xed/xed-isa-set.h"

#ifdef XED_ENC2_ENCODER
#include "xed/xed-enc2-m32-a32.h"
#include "xed/xed-chk-enc2-m32-a32.h"
#include "xed/xed-enc2-m64-a64.h"
#include "xed/xed-chk-enc2-m64-a64.h"
#endif