Files
oot-gc/debug/Fire/_cpuDecodePPC2.c
T
2024-02-11 12:06:52 -08:00

243 lines
3.8 KiB
C

// Local to compilation unit
static int cpuCompile_LWR(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LWL(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_SDC(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LDC(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_SW(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_SH(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_SB(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LHU(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LBU(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LW(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LH(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_LB(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
int cpuCompile_TRUNC_W(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
int cpuCompile_ROUND_W(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_FLOOR_W(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_CEIL_W(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_L_CVT_SD(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_W_CVT_SD(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_D_SQRT(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_S_SQRT(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
int cpuCompile_DSUBU(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
int cpuCompile_DSUB(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
int cpuCompile_DADDU(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
int cpuCompile_DADD(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DDIVU(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DDIV(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DMULTU(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DMULT(_CPU *pCPU, int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DSRAV(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DSRLV(int *addressGCN)
{
int *compile;
int count;
int nSize;
}
// Local to compilation unit
static int cpuCompile_DSLLV(int *addressGCN)
{
int *compile;
int count;
int nSize;
}