14 references to mul
ILCompiler.Compiler (11)
Compiler\Dataflow\MethodBodyScanner.cs (1)
389
case ILOpcode.
mul
:
Compiler\TypePreinit.cs (4)
1431
case ILOpcode.
mul
:
1462
ILOpcode.
mul
=> value1.Value.AsInt32() * value2.Value.AsInt32(),
1488
ILOpcode.
mul
=> value1.Value.AsInt64() * value2.Value.AsInt64(),
1510
ILOpcode.
mul
=> value1.Value.AsDouble() * value2.Value.AsDouble(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
566
case ILOpcode.
mul
:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (2)
195
codeStream.Emit(ILOpcode.
mul
);
216
codeStream.Emit(ILOpcode.
mul
);
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (2)
110
codeStream.Emit(ILOpcode.
mul
);
130
codeStream.Emit(ILOpcode.
mul
);
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (1)
400
codeStream.Emit(ILOpcode.
mul
);
ILCompiler.ReadyToRun (2)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (2)
110
codeStream.Emit(ILOpcode.
mul
);
130
codeStream.Emit(ILOpcode.
mul
);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
147
case ILOpcode.
mul
: