// // _set_statfp from 0x1801338d4 to 0x1801338f3 (31 bytes) // // 16 xrefs: // > acosf @ 0x1801276cb // > atan2f @ 0x1801305c4 // > atan2f @ 0x1801305f2 // > asinf @ 0x180130c03 // > _handle_exc @ 0x18013319c // > _handle_exc @ 0x1801331ba // > _handle_exc @ 0x1801331e3 // > _handle_exc @ 0x180133383 // > _handle_exc @ 0x18013339c // > _exception_enabled @ 0x180133998 // > _exception_enabled @ 0x1801339b3 // > _exception_enabled @ 0x1801339cf // > _exception_enabled @ 0x1801339f1 // > _exception_enabled @ 0x180133a0b // > @ 0x18020317c // > @ 0x180203188 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // __int64 __fastcall set_statfp(char a1) { unsigned int fpsr; // eax fpsr = get_fpsr(); return set_fpsr(a1 & 0x3F | fpsr); }