mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
@@ -1408,7 +1408,7 @@ void* X64HelperEmitter::EmitFrsqrteHelper() {
|
||||
je(L25, CodeGenerator::T_NEAR);
|
||||
|
||||
L(L9);
|
||||
lea(edx, ptr[0 + rcx * 8]);
|
||||
lea(edx, ptr[rcx * 8]);
|
||||
shr(rax, 49);
|
||||
sub(ecx, 1023);
|
||||
and_(edx, 8);
|
||||
|
||||
@@ -1774,7 +1774,7 @@ void X64Emitter::PushStackpoint() {
|
||||
|
||||
mov(qword[rbx + offsetof(X64BackendStackpoint, host_stack_)], rsp);
|
||||
mov(dword[rbx + offsetof(X64BackendStackpoint, guest_stack_)], r8d);
|
||||
mov(r8d, qword[GetContextReg() + offsetof(ppc::PPCContext, lr)]);
|
||||
mov(r8d, dword[GetContextReg() + offsetof(ppc::PPCContext, lr)]);
|
||||
mov(dword[rbx + offsetof(X64BackendStackpoint, guest_return_address_)], r8d);
|
||||
|
||||
if (IsFeatureEnabled(kX64FlagsIndependentVars)) {
|
||||
|
||||
Vendored
+1
-1
Submodule third_party/xbyak updated: 4e44f4614d...9d8ff37306
Reference in New Issue
Block a user