17 references to Bge_un
Microsoft.CodeAnalysis (5)
CodeGen\ILOpCodeExtensions.cs (4)
96
case ILOpCode.
Bge_un
:
135
case ILOpCode.
Bge_un
:
272
case ILOpCode.
Bge_un
:
551
case ILOpCode.
Bge_un
:
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
501
return ILOpCode.
Bge_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)
339
case ILOpCode.
Bge_un
: return "bge.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)
27
case ILOpCode.
Bge_un
:
84
case ILOpCode.
Bge_un
:
148
case ILOpCode.
Bge_un
:
186
case ILOpCode.
Bge_un
:
221
return ILOpCode.
Bge_un
;