17 references to Blt_un
Microsoft.CodeAnalysis (5)
CodeGen\ILOpCodeExtensions.cs (4)
108
case ILOpCode.
Blt_un
:
147
case ILOpCode.
Blt_un
:
275
case ILOpCode.
Blt_un
:
554
case ILOpCode.
Blt_un
:
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
500
case ILOpCode.
Blt_un
:
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (3)
289
ILOpCode.
Blt_un
, ILOpCode.Ble_un, ILOpCode.Bgt_un, ILOpCode.Bge_un, // Unsigned
290
ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.
Blt_un
, // Unsigned Invert
292
ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.
Blt_un
, // Float Invert
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
342
case ILOpCode.
Blt_un
: return "blt.un";
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitStatement.vb (3)
557
ILOpCode.
Blt_un
, ILOpCode.Ble_un, ILOpCode.Bgt_un, ILOpCode.Bge_un,
558
ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.
Blt_un
,
560
ILOpCode.Bge_un, ILOpCode.Bgt_un, ILOpCode.Ble_un, ILOpCode.
Blt_un
}
System.Reflection.Metadata (5)
System\Reflection\Metadata\IL\ILOpCodeExtensions.cs (5)
39
case ILOpCode.
Blt_un
:
87
case ILOpCode.
Blt_un
:
157
case ILOpCode.
Blt_un
:
189
case ILOpCode.
Blt_un
:
230
return ILOpCode.
Blt_un
;