mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 07:43:05 +00:00
fp: Extract common RoundingMode enum
This commit is contained in:
@@ -59,7 +59,7 @@ A32::LocationDescriptor A32EmitContext::Location() const {
|
||||
}
|
||||
|
||||
bool A32EmitContext::FPSCR_RoundTowardsZero() const {
|
||||
return Location().FPSCR().RMode() != A32::FPSCR::RoundingMode::TowardsZero;
|
||||
return Location().FPSCR().RMode() != FP::RoundingMode::TowardsZero;
|
||||
}
|
||||
|
||||
bool A32EmitContext::FPSCR_FTZ() const {
|
||||
|
||||
Reference in New Issue
Block a user