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