mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00
Add MUL (vector by element), fix FCVTN, make svcs use MakeError too
This commit is contained in:
parent
c348cbed51
commit
bb27ad0a85
17 changed files with 180 additions and 80 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue