public static void EmitVectorTernaryOpByElemF(ILEmitterCtx context, Action emit) { OpCodeSimdRegElemF64 op = (OpCodeSimdRegElemF64)context.CurrOp; EmitVectorOpByElemF(context, emit, op.Index, ternary: true); }
public static void EmitScalarBinaryOpByElemF(ILEmitterCtx context, Action emit) { OpCodeSimdRegElemF64 op = (OpCodeSimdRegElemF64)context.CurrOp; EmitScalarOpByElemF(context, emit, op.Index, ternary: false); }