// // _get_fpsr from 0x18013b830 to 0x18013b840 (16 bytes) // // 7 xrefs: // > _clrfp @ 0x18013383e // > _ctrlfp @ 0x18013386d // > _set_statfp @ 0x1801338dd // > _statfp @ 0x1801338f8 // > _clearfp @ 0x180142126 // > common_control87 @ 0x1801421b8 // > @ 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 // __int64 get_fpsr() { return (unsigned int)_mm_getcsr(); }