Fmov_V -> Fmov_Vi
This commit is contained in:
parent
d349c499e0
commit
a67ad6eae6
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ namespace ChocolArm64.Instructions
|
||||||
EmitScalarSet(context, op.Rd, op.Size + 2);
|
EmitScalarSet(context, op.Rd, op.Size + 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Fmov_V(ILEmitterCtx context)
|
public static void Fmov_Vi(ILEmitterCtx context)
|
||||||
{
|
{
|
||||||
OpCodeSimdImm64 op = (OpCodeSimdImm64)context.CurrOp;
|
OpCodeSimdImm64 op = (OpCodeSimdImm64)context.CurrOp;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue