11 references to bgt_un_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
842
case ILOpcode.
bgt_un_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
27
case ILOpcode.
bgt_un_s
:
Compiler\TypePreinit.cs (5)
1160
case ILOpcode.
bgt_un_s
:
1202
|| normalizedOpcode == ILOpcode.
bgt_un_s
|| normalizedOpcode == ILOpcode.bne_un_s)
1214
ILOpcode.
bgt_un_s
=> (uint)value1.Value.AsInt32() > (uint)value2.Value.AsInt32(),
1231
ILOpcode.
bgt_un_s
=> (ulong)value1.Value.AsInt64() > (ulong)value2.Value.AsInt64(),
1248
ILOpcode.
bgt_un_s
=> !(value1.Value.AsDouble() <= value2.Value.AsDouble()),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
205
case ILOpcode.
bgt_un_s
:
468
case ILOpcode.
bgt_un_s
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
387
case ILOpcode.
bgt_un_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
202
case ILOpcode.
bgt_un_s
: