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