11 references to bge_un_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
838case ILOpcode.bge_un_s:
Compiler\Dataflow\ScannerExtensions.cs (1)
26case ILOpcode.bge_un_s:
Compiler\TypePreinit.cs (5)
1164case ILOpcode.bge_un_s: 1201|| normalizedOpcode == ILOpcode.ble_un_s || normalizedOpcode == ILOpcode.bge_un_s 1216ILOpcode.bge_un_s => (uint)value1.Value.AsInt32() >= (uint)value2.Value.AsInt32(), 1233ILOpcode.bge_un_s => (ulong)value1.Value.AsInt64() >= (ulong)value2.Value.AsInt64(), 1250ILOpcode.bge_un_s => !(value1.Value.AsDouble() < value2.Value.AsDouble()),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
204case ILOpcode.bge_un_s: 467case ILOpcode.bge_un_s:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
386case ILOpcode.bge_un_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
200case ILOpcode.bge_un_s: