// // _set_fpsr from 0x18013b840 to 0x18013b84a (10 bytes) // // 8 xrefs: // > _ctrlfp @ 0x18013389a // > _ctrlfp @ 0x1801338af // > _ctrlfp @ 0x1801338bd // > _set_statfp @ 0x1801338ee // > common_control87 @ 0x180142364 // > common_control87 @ 0x18014237b // > common_control87 @ 0x180142398 // > @ 0x180203944 // // 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 // void __fastcall set_fpsr(unsigned int a1) { _mm_setcsr(a1); }