mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 06:22:57 +00:00
EmitContext: Expose FPCR
This commit is contained in:
@@ -62,6 +62,10 @@ FP::RoundingMode A32EmitContext::FPSCR_RMode() const {
|
||||
return Location().FPSCR().RMode();
|
||||
}
|
||||
|
||||
u32 A32EmitContext::FPCR() const {
|
||||
return Location().FPSCR().Value();
|
||||
}
|
||||
|
||||
bool A32EmitContext::FPSCR_RoundTowardsZero() const {
|
||||
return Location().FPSCR().RMode() != FP::RoundingMode::TowardsZero;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user