mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Readback CA in XER.
This commit is contained in:
parent
3800e300d4
commit
c296d581cf
1 changed files with 3 additions and 2 deletions
|
|
@ -393,8 +393,9 @@ void PPCHIRBuilder::StoreFPSCR(Value* value) {
|
|||
}
|
||||
|
||||
Value* PPCHIRBuilder::LoadXER() {
|
||||
assert_always();
|
||||
return NULL;
|
||||
Value* v = Shl(ZeroExtend(LoadCA(), INT64_TYPE), 29);
|
||||
// TODO(benvanik): construct with other flags; overflow, etc?
|
||||
return v;
|
||||
}
|
||||
|
||||
void PPCHIRBuilder::StoreXER(Value* value) { assert_always(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue