SSBM Decomp
Loading...
Searching...
No Matches
intrinsics.h
Go to the documentation of this file.
1
#ifndef METROTRK_INTRINSICS_H
2
#define METROTRK_INTRINSICS_H
3
4
void
__sync
(
void
);
5
void
__isync
(
void
);
6
int
__cntlzw
(
unsigned
int
);
7
float
sqrtf__Ff
(
float
);
8
float
__fnmsubs
(
float
,
float
,
float
);
9
double
__fabs
(
double
);
10
float
__fabsf
(
float
);
11
double
__frsqrte
(
double
);
12
13
void
*
__memcpy
(
void
* dst,
const
void
* src,
unsigned
long
n);
14
15
#endif
sqrtf__Ff
float sqrtf__Ff(float)
__memcpy
void * __memcpy(void *dst, const void *src, unsigned long n)
__fnmsubs
float __fnmsubs(float, float, float)
__sync
void __sync(void)
__fabsf
float __fabsf(float)
__fabs
double __fabs(double)
__isync
void __isync(void)
__frsqrte
double __frsqrte(double)
__cntlzw
int __cntlzw(unsigned int)
src
MetroTRK
intrinsics.h
Generated by
1.9.8