9 references to ble_un
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
845
case ILOpcode.
ble_un
:
Compiler\Dataflow\ScannerExtensions.cs (1)
40
case ILOpcode.
ble_un
:
Compiler\TypePreinit.cs (1)
1153
case ILOpcode.
ble_un
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
239
case ILOpcode.
ble_un
:
489
case ILOpcode.
ble_un
:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
163
codeStream.Emit(ILOpcode.
ble_un
, rangeExceptionLabel);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
406
case ILOpcode.
ble_un
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
190
case ILOpcode.
ble_un
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
205
opcode == ILOpcode.bgt_un || opcode == ILOpcode.
ble_un
||