19 references to Ble_un
Microsoft.CodeAnalysis (7)
CodeGen\ILOpCodeExtensions.cs (4)
104case ILOpCode.Ble_un: 143case ILOpCode.Ble_un: 274case ILOpCode.Ble_un: 553case ILOpCode.Ble_un:
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
487_builder.EmitBranch(ILOpCode.Ble_un, targetLabel, ILOpCode.Bgt_un); 507return ILOpCode.Ble_un; 554_builder.EmitBranch(ILOpCode.Ble_un, inRangeLabel, ILOpCode.Bgt_un);
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (3)
289ILOpCode.Blt_un, ILOpCode.Ble_un, ILOpCode.Bgt_un, ILOpCode.Bge_un, // Unsigned 290ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.Blt_un, // Unsigned Invert 292ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.Blt_un, // Float Invert
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
341case ILOpCode.Ble_un: return "ble.un";
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitStatement.vb (3)
557ILOpCode.Blt_un, ILOpCode.Ble_un, ILOpCode.Bgt_un, ILOpCode.Bge_un, 558ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.Blt_un, 560ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.Blt_un}
System.Reflection.Metadata (5)
System\Reflection\Metadata\IL\ILOpCodeExtensions.cs (5)
35case ILOpCode.Ble_un: 86case ILOpCode.Ble_un: 154case ILOpCode.Ble_un: 188case ILOpCode.Ble_un: 227return ILOpCode.Ble_un;