7 references to stind_i8
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
685
case ILOpcode.
stind_i8
:
Compiler\TypePreinit.cs (3)
1767
case ILOpcode.
stind_i8
:
1777
TypeFlags.Int64 or TypeFlags.UInt64 => ILOpcode.
stind_i8
,
1788
ILOpcode.
stind_i8
=> stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt64)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
555
case ILOpcode.
stind_i8
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
294
case ILOpcode.
stind_i8
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
310
Emit(ILOpcode.
stind_i8
);