mirror of https://github.com/zeldaret/tp.git
35 lines
600 B
C++
35 lines
600 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/w_fmod
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/w_fmod.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void fmod();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void __ieee754_fmod();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036C760-8036C780 3670A0 0020+00 0/0 8/8 0/0 .text fmod */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void fmod() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/w_fmod/fmod.s"
|
|
}
|
|
#pragma pop
|