11 references to ble_un_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
846
case ILOpcode.
ble_un_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
28
case ILOpcode.
ble_un_s
:
Compiler\TypePreinit.cs (5)
1166
case ILOpcode.
ble_un_s
:
1201
|| normalizedOpcode == ILOpcode.
ble_un_s
|| normalizedOpcode == ILOpcode.bge_un_s
1220
ILOpcode.
ble_un_s
=> (uint)value1.Value.AsInt32() <= (uint)value2.Value.AsInt32(),
1237
ILOpcode.
ble_un_s
=> (ulong)value1.Value.AsInt64() <= (ulong)value2.Value.AsInt64(),
1254
ILOpcode.
ble_un_s
=> !(value1.Value.AsDouble() > value2.Value.AsDouble()),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
206
case ILOpcode.
ble_un_s
:
469
case ILOpcode.
ble_un_s
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
388
case ILOpcode.
ble_un_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
204
case ILOpcode.
ble_un_s
: