CCTLib
Calling-context and data-object attribution library for Intel Pin
loadspy_repmovs_tp.c File Reference
#include <stdint.h>
#include <stddef.h>
+ Include dependency graph for loadspy_repmovs_tp.c:

Go to the source code of this file.

Macros

#define N   512
 

Functions

int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 
static uint64_t src [N]
 
static uint64_t dst [N]
 

Macro Definition Documentation

◆ N

#define N   512

Definition at line 7 of file loadspy_repmovs_tp.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 11 of file loadspy_repmovs_tp.c.

References dst, N, sink, and src.

Variable Documentation

◆ dst

uint64_t dst[N]
static

Definition at line 10 of file loadspy_repmovs_tp.c.

Referenced by main().

◆ sink

volatile uint64_t sink
static

Definition at line 8 of file loadspy_repmovs_tp.c.

Referenced by main().

◆ src

uint64_t src[N]
static

Definition at line 9 of file loadspy_repmovs_tp.c.

Referenced by main(), and mergeFunc().