Minor tweaks while reviewing instructions.

This commit is contained in:
Ben Vanik
2015-01-11 13:11:13 -08:00
parent 5827f5f5d8
commit ffe9fad685
3 changed files with 9 additions and 5 deletions

View File

@@ -454,6 +454,9 @@ XEEMITTER(mtfsfx, 0xFC00058E, XFL)(PPCHIRBuilder& f, InstrData& i) {
return 1;
} else {
// Directly store.
// TODO(benvanik): use w/field mask to select bits.
i.XFL.W;
i.XFL.FM;
f.StoreFPSCR(f.Cast(f.LoadFPR(i.XFL.RB), INT64_TYPE));
}
return 0;