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