HPCToolkit
amd-xop.h
Go to the documentation of this file.
1 #ifndef AMD_XOP
2 #define AMD_XOP
3 
4 #include <stdbool.h>
5 #include <stdlib.h>
6 
7 typedef struct {
8  bool success;
9  bool weak;
10  size_t len;
11 } amd_decode_t;
12 
13 extern void adv_amd_decode(amd_decode_t* stat, void* ins);
14 
15 #endif // AMD_XOP
void adv_amd_decode(amd_decode_t *stat, void *ins)
Definition: amd-xop.c:227