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

Method GetRoundMode

common/FPControl.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 __fi constexpr FPRoundMode GetRoundMode() const
62 {
63 return static_cast<FPRoundMode>((bitmask >> ROUNDING_CONTROL_SHIFT) & ROUNDING_CONTROL_MASK);
64 }
65
66 __fi constexpr FPControlRegister& SetRoundMode(FPRoundMode mode)
67 {

Callers 6

LoadSaveMethod · 0.80
recSQRT_S_xmmFunction · 0.80
recRSQRT_S_xmmFunction · 0.80
recSQRT_S_xmmFunction · 0.80
DrawSettingsOverlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected