Fiddling with FPSCR and such. Still not implemented, but wiring done.
This commit is contained in:
@@ -59,6 +59,8 @@ class PPCHIRBuilder : public hir::HIRBuilder {
|
||||
void UpdateCR6(Value* src_value);
|
||||
Value* LoadFPSCR();
|
||||
void StoreFPSCR(Value* value);
|
||||
void UpdateFPSCR(Value* result, bool update_cr1);
|
||||
void CopyFPSCRToCR1();
|
||||
Value* LoadXER();
|
||||
void StoreXER(Value* value);
|
||||
// void UpdateXERWithOverflow();
|
||||
|
||||
Reference in New Issue
Block a user