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
amd_decode_t::weak
bool weak
Definition:
amd-xop.h:9
adv_amd_decode
void adv_amd_decode(amd_decode_t *stat, void *ins)
Definition:
amd-xop.c:227
amd_decode_t::success
bool success
Definition:
amd-xop.h:8
amd_decode_t
Definition:
amd-xop.h:7
amd_decode_t::len
size_t len
Definition:
amd-xop.h:10
src
tool
hpcfnbounds
amd-xop.h
Generated by
1.8.13