MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetFlushToZero

Method GetFlushToZero

common/FPControl.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 __fi constexpr bool GetFlushToZero() const
88 {
89 return ((bitmask & FLUSH_TO_ZERO_BIT) != 0);
90 }
91
92 __fi constexpr FPControlRegister SetFlushToZero(bool ftz)
93 {

Callers 1

LoadSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected