GNU PROLOG with UTF8 support
Macros | Functions | Variables
sparc64-setx.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
Include dependency graph for sparc64-setx.c:

Macros

#define MK_IMM22(x)   (((x) >> 10) & 0x3fffff)
 
#define MK_SIMM10_13(x, want10)   ((x) & ((want10) ? 0x3ff : 0x1fff))
 

Functions

void Delay_Printf (char *op, char *operands,...)
 
void synthetize_setx (long value, char *dstreg)
 
void as_disass (char *pref)
 
int main (int argc, char *argv[])
 

Variables

FILE * f
 

Macro Definition Documentation

#define MK_IMM22 (   x)    (((x) >> 10) & 0x3fffff)
#define MK_SIMM10_13 (   x,
  want10 
)    ((x) & ((want10) ? 0x3ff : 0x1fff))

Function Documentation

void as_disass ( char *  pref)

Here is the caller graph for this function:

void Delay_Printf ( char *  op,
char *  operands,
  ... 
)

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

void synthetize_setx ( long  value,
char *  dstreg 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FILE* f