13 references to bne_un_s
ILCompiler.Compiler (11)
Compiler\Dataflow\MethodBodyScanner.cs (1)
834
case ILOpcode.
bne_un_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
25
case ILOpcode.
bne_un_s
:
Compiler\SubstitutedILProvider.cs (2)
343
|| opcode == ILOpcode.bne_un || opcode == ILOpcode.
bne_un_s
)
354
|| (left != right) && (opcode == ILOpcode.bne_un || opcode == ILOpcode.
bne_un_s
)))
Compiler\TypePreinit.cs (5)
1162
case ILOpcode.
bne_un_s
:
1202
|| normalizedOpcode == ILOpcode.bgt_un_s || normalizedOpcode == ILOpcode.
bne_un_s
)
1218
ILOpcode.
bne_un_s
=> value1.Value.AsInt32() != value2.Value.AsInt32(),
1235
ILOpcode.
bne_un_s
=> value1.Value.AsInt64() != value2.Value.AsInt64(),
1252
ILOpcode.
bne_un_s
=> value1.Value.AsDouble() != value2.Value.AsDouble(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
203
case ILOpcode.
bne_un_s
:
466
case ILOpcode.
bne_un_s
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
385
case ILOpcode.
bne_un_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
207
case ILOpcode.
bne_un_s
: