8 references to mul_ovf
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
390
case ILOpcode.
mul_ovf
:
IL\ILImporter.Scanner.cs (1)
1683
case ILOpcode.
mul_ovf
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
820
case ILOpcode.
mul_ovf
:
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (2)
1246
codeStream.Emit(ILOpcode.
mul_ovf
);
1523
codeStream.Emit(ILOpcode.
mul_ovf
);
ILCompiler.ReadyToRun (2)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (2)
1246
codeStream.Emit(ILOpcode.
mul_ovf
);
1523
codeStream.Emit(ILOpcode.
mul_ovf
);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
148
case ILOpcode.
mul_ovf
: