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