Home
last modified time | relevance | path

Searched refs:UReg_FPSCR (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/Interpreter/
H A DInterpreter_FPUtils.h28 inline void SetFPException(UReg_FPSCR* fpscr, u32 mask) in SetFPException()
39 inline double ForceSingle(const UReg_FPSCR& fpscr, double value) in ForceSingle()
51 inline double ForceDouble(const UReg_FPSCR& fpscr, double d) in ForceDouble()
83 void SetException(UReg_FPSCR* fpscr, FPSCRExceptionFlag flag) in SetException()
93 inline FPResult NI_mul(UReg_FPSCR* fpscr, double a, double b) in NI_mul()
125 inline FPResult NI_div(UReg_FPSCR* fpscr, double a, double b) in NI_div()
170 inline FPResult NI_add(UReg_FPSCR* fpscr, double a, double b) in NI_add()
203 inline FPResult NI_sub(UReg_FPSCR* fpscr, double a, double b) in NI_sub()
239 inline FPResult NI_madd(UReg_FPSCR* fpscr, double a, double c, double b) in NI_madd()
297 inline FPResult NI_msub(UReg_FPSCR* fpscr, double a, double c, double b) in NI_msub()
H A DInterpreter_SystemRegisters.cpp33 static void FPSCRtoFPUSettings(UReg_FPSCR fp) in FPSCRtoFPUSettings()
48 static void UpdateFPSCR(UReg_FPSCR* fpscr) in UpdateFPSCR()
H A DInterpreter_FloatingPoint.cpp25 static void SetFI(UReg_FPSCR* fpscr, int FI) in SetFI()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/UnitTests/Core/PowerPC/Jit64Common/
H A DFrsqrte.cpp34 wrapped_frsqrte = reinterpret_cast<u64 (*)(u64, UReg_FPSCR&)>(AlignCode4()); in TestCommonAsmRoutines()
53 u64 (*wrapped_frsqrte)(u64, UReg_FPSCR&);
91 UReg_FPSCR fpscr; in TEST()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/
H A DGekko.h432 union UReg_FPSCR union
499 UReg_FPSCR() = default;
500 explicit UReg_FPSCR(u32 hex_) : Hex{hex_ & mask} {} in UReg_FPSCR() function
502 UReg_FPSCR& operator=(u32 value)
508 UReg_FPSCR& operator|=(u32 value)
514 UReg_FPSCR& operator&=(u32 value)
520 UReg_FPSCR& operator^=(u32 value)
H A DPowerPC.h109 UReg_FPSCR fpscr; // floating point flags/status bits