mirror of https://github.com/zeldaret/tp.git
44 lines
817 B
C++
44 lines
817 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MSL_Common/Src/arith
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/arith.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void div();
|
|
extern "C" void abs();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80365078-803650D0 35F9B8 0058+00 0/0 1/1 0/0 .text div */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void div() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/MSL_Common/Src/arith/div.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 803650D0-803650E0 35FA10 0010+00 0/0 66/66 225/225 .text abs */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void abs() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/MSL_Common/Src/arith/abs.s"
|
|
}
|
|
#pragma pop
|