17 references to Blt_un
Microsoft.CodeAnalysis (5)
CodeGen\ILOpCodeExtensions.cs (4)
108case ILOpCode.Blt_un: 147case ILOpCode.Blt_un: 275case ILOpCode.Blt_un: 554case ILOpCode.Blt_un:
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
500case ILOpCode.Blt_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)
342case ILOpCode.Blt_un: return "blt.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)
39case ILOpCode.Blt_un: 87case ILOpCode.Blt_un: 157case ILOpCode.Blt_un: 189case ILOpCode.Blt_un: 230return ILOpCode.Blt_un;