11 references to ble_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
844
case ILOpcode.
ble_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
23
case ILOpcode.
ble_s
:
Compiler\TypePreinit.cs (5)
1165
case ILOpcode.
ble_s
:
1200
|| normalizedOpcode == ILOpcode.
ble_s
|| normalizedOpcode == ILOpcode.blt_un_s
1219
ILOpcode.
ble_s
=> value1.Value.AsInt32() <= value2.Value.AsInt32(),
1236
ILOpcode.
ble_s
=> value1.Value.AsInt64() <= value2.Value.AsInt64(),
1253
ILOpcode.
ble_s
=> value1.Value.AsDouble() <= value2.Value.AsDouble(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
201
case ILOpcode.
ble_s
:
464
case ILOpcode.
ble_s
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
383
case ILOpcode.
ble_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
203
case ILOpcode.
ble_s
: