20 references to Bgt_un
Microsoft.CodeAnalysis (8)
CodeGen\ILOpCodeExtensions.cs (4)
100case ILOpCode.Bgt_un: 139case ILOpCode.Bgt_un: 273case ILOpCode.Bgt_un: 552case ILOpCode.Bgt_un:
CodeGen\SwitchIntegralJumpTableEmitter.cs (4)
301_keyTypeCode.IsUnsigned() ? ILOpCode.Bgt_un : ILOpCode.Bgt, 487_builder.EmitBranch(ILOpCode.Ble_un, targetLabel, ILOpCode.Bgt_un); 506case ILOpCode.Bgt_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)
340case ILOpCode.Bgt_un: return "bgt.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)
31case ILOpCode.Bgt_un: 85case ILOpCode.Bgt_un: 151case ILOpCode.Bgt_un: 187case ILOpCode.Bgt_un: 224return ILOpCode.Bgt_un;