Merge pull request #2555 from Sonicadvance1/aarch64_rebase_ppsspp_emitter

[AArch64] Upstream PPSSPP's emitter changes.
This commit is contained in:
Ryan Houdek
2015-06-07 23:23:04 -04:00
3 changed files with 1275 additions and 226 deletions

View File

@ -69,7 +69,7 @@ void JitArm64::psq_l(UGeckoInstruction inst)
fpr.BindToRegister(inst.RS, false);
ARM64Reg VS = fpr.R(inst.RS);
m_float_emit.FCVTL(64, EncodeRegToDouble(VS), D0);
m_float_emit.FCVTL(64, VS, D0);
if (inst.W)
{
m_float_emit.FMOV(D0, 0x70); // 1.0 as a Double