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_acos
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/w_acos.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void acos();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void __ieee754_acos();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036C6E0-8036C700 367020 0020+00 0/0 2/2 3/3 .text acos */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void acos() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/w_acos/acos.s"
|
|
}
|
|
#pragma pop
|