fp: Extract common RoundingMode enum

This commit is contained in:
MerryMage
2018-06-26 15:10:44 +01:00
parent 7d52d7bef8
commit d875c08ebf
6 changed files with 39 additions and 20 deletions

View File

@@ -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 {