tp/libs/MSL_C.PPCEABI.bare.H/Math/Double_precision/s_sin.cpp

43 lines
931 B
C++

//
// Generated By: dol2asm
// Translation Unit: Math/Double_precision/s_sin
//
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/s_sin.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
extern "C" void sin();
//
// External References:
//
extern "C" void __ieee754_rem_pio2();
extern "C" void __kernel_cos();
extern "C" void __kernel_sin();
//
// Declarations:
//
/* ############################################################################################## */
/* 80456B38-80456B40 005138 0008+00 1/1 0/0 0/0 .sdata2 @67 */
SECTION_SDATA2 static u8 lit_67[8] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};
/* 8036C590-8036C668 366ED0 00D8+00 0/0 11/11 2/2 .text sin */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void sin() {
nofralloc
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/s_sin/sin.s"
}
#pragma pop