ir: Add fpcr_controlled argument to FPVector{Equal,Greater,GreaterEqual}

This commit is contained in:
MerryMage 2020-06-20 00:01:10 +01:00
parent 1b3a70a83c
commit 656419286c
13 changed files with 102 additions and 53 deletions

View file

@ -185,6 +185,8 @@ public:
FPCR stdvalue;
stdvalue.AHP(AHP());
stdvalue.FZ16(FZ16());
stdvalue.FZ(true);
stdvalue.DN(true);
return stdvalue;
}