mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 04:20:47 -07:00
Add MUL (vector by element), fix FCVTN, make svcs use MakeError too
This commit is contained in:
@ -99,6 +99,11 @@ namespace ChocolArm64.Instruction
|
||||
EmitVectorInsertF(Context, Op.Rd, Part + Index, 0);
|
||||
}
|
||||
}
|
||||
|
||||
if (Op.RegisterSize == ARegisterSize.SIMD64)
|
||||
{
|
||||
EmitVectorZeroUpper(Context, Op.Rd);
|
||||
}
|
||||
}
|
||||
|
||||
public static void Fcvtps_Gp(AILEmitterCtx Context)
|
||||
|
Reference in New Issue
Block a user