Go to the source code of this file.
|
void | initialize_lib () |
|
LIB_API unsigned char | addub (unsigned char x, unsigned char y) |
|
LIB_API unsigned short | addus (unsigned short x, unsigned short y) |
|
LIB_API unsigned int | adduw (unsigned int x, unsigned int y) |
|
LIB_API uint64_t | addud (uint64_t x, uint64_t y) |
|
LIB_API char | addib (char x, char y) |
|
LIB_API short | addis (short x, short y) |
|
LIB_API int | addiw (int x, int y) |
|
LIB_API int64_t | addid (int64_t x, int64_t y) |
|
LIB_API int | apply (fn_t function, int x, int y) |
|
LIB_API int | asciichar (char *s) |
|
LIB_API unsigned char addub |
( |
unsigned char |
x, |
|
|
unsigned char |
y |
|
) |
| |
LIB_API unsigned short addus |
( |
unsigned short |
x, |
|
|
unsigned short |
y |
|
) |
| |
LIB_API unsigned int adduw |
( |
unsigned int |
x, |
|
|
unsigned int |
y |
|
) |
| |
LIB_API uint64_t addud |
( |
uint64_t |
x, |
|
|
uint64_t |
y |
|
) |
| |
LIB_API char addib |
( |
char |
x, |
|
|
char |
y |
|
) |
| |
LIB_API short addis |
( |
short |
x, |
|
|
short |
y |
|
) |
| |
LIB_API int64_t addid |
( |
int64_t |
x, |
|
|
int64_t |
y |
|
) |
| |