9 references to rem_un
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
394case ILOpcode.rem_un:
Compiler\TypePreinit.cs (5)
1436case ILOpcode.rem_un: 1439|| opcode == ILOpcode.rem || opcode == ILOpcode.rem_un; 1466ILOpcode.rem_un => (int)((uint)value1.Value.AsInt32() % (uint)value2.Value.AsInt32()), 1492ILOpcode.rem_un => (long)((ulong)value1.Value.AsInt64() % (ulong)value2.Value.AsInt64()), 1503if (opcode == ILOpcode.or || opcode == ILOpcode.shl || opcode == ILOpcode.and || opcode == ILOpcode.div_un || opcode == ILOpcode.rem_un)
IL\ILImporter.Scanner.cs (1)
1716case ILOpcode.rem_un:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
570case ILOpcode.rem_un:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
153case ILOpcode.rem_un: