Rename LdrLit and *_Fix opcodes
This commit is contained in:
parent
3b21dced97
commit
024c5d339a
3 changed files with 519 additions and 519 deletions
|
@ -60,7 +60,7 @@ namespace ChocolArm64.Instructions
|
||||||
EmitWBackIfNeeded(context);
|
EmitWBackIfNeeded(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void LdrLit(ILEmitterCtx context)
|
public static void Ldr_Literal(ILEmitterCtx context)
|
||||||
{
|
{
|
||||||
IOpCodeLit64 op = (IOpCodeLit64)context.CurrOp;
|
IOpCodeLit64 op = (IOpCodeLit64)context.CurrOp;
|
||||||
|
|
||||||
|
|
|
@ -244,7 +244,7 @@ namespace ChocolArm64.Instructions
|
||||||
EmitFcvt_s_Gp(context, () => { });
|
EmitFcvt_s_Gp(context, () => { });
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Fcvtzs_Gp_Fix(ILEmitterCtx context)
|
public static void Fcvtzs_Gp_Fixed(ILEmitterCtx context)
|
||||||
{
|
{
|
||||||
EmitFcvtzs_Gp_Fix(context);
|
EmitFcvtzs_Gp_Fix(context);
|
||||||
}
|
}
|
||||||
|
@ -264,7 +264,7 @@ namespace ChocolArm64.Instructions
|
||||||
EmitFcvt_u_Gp(context, () => { });
|
EmitFcvt_u_Gp(context, () => { });
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Fcvtzu_Gp_Fix(ILEmitterCtx context)
|
public static void Fcvtzu_Gp_Fixed(ILEmitterCtx context)
|
||||||
{
|
{
|
||||||
EmitFcvtzu_Gp_Fix(context);
|
EmitFcvtzu_Gp_Fix(context);
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue