mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 21:10:33 -04:00
47 lines
1.0 KiB
C++
47 lines
1.0 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/s_sin
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/s_sin.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 0008+00 s=1 e=0 z=0 None .sdata2 @67 */
|
|
SECTION_SDATA2 static u8 lit_67[8] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
};
|
|
|
|
/* 8036C590-8036C668 00D8+00 s=0 e=11 z=2 None .text sin */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void sin() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/s_sin/sin.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|