18 references to blt_un_s
ILCompiler.Compiler (12)
Compiler\Dataflow\MethodBodyScanner.cs (1)
850
case ILOpcode.
blt_un_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
29
case ILOpcode.
blt_un_s
:
Compiler\SubstitutedILProvider.cs (2)
493
>= ILOpcode.br_s and <= ILOpcode.
blt_un_s
=> 3,
568
if (opcode is >= ILOpcode.br_s and <= ILOpcode.
blt_un_s
|| opcode == ILOpcode.leave_s)
Compiler\TypePreinit.cs (5)
1158
case ILOpcode.
blt_un_s
:
1200
|| normalizedOpcode == ILOpcode.ble_s || normalizedOpcode == ILOpcode.
blt_un_s
1212
ILOpcode.
blt_un_s
=> (uint)value1.Value.AsInt32() < (uint)value2.Value.AsInt32(),
1229
ILOpcode.
blt_un_s
=> (ulong)value1.Value.AsInt64() < (ulong)value2.Value.AsInt64(),
1246
ILOpcode.
blt_un_s
=> !(value1.Value.AsDouble() >= value2.Value.AsDouble()),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
207
case ILOpcode.
blt_un_s
:
470
case ILOpcode.
blt_un_s
:
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149
if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.
blt_un_s
)
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149
if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.
blt_un_s
)
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149
if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.
blt_un_s
)
ILCompiler.TypeSystem (4)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
389
case ILOpcode.
blt_un_s
:
parent\parent\Common\TypeSystem\IL\ILOpcodeHelper.cs (1)
41
if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.
blt_un_s
)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149
if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.
blt_un_s
)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
206
case ILOpcode.
blt_un_s
: