14 references to bne_un
ILCompiler.Compiler (11)
Compiler\Dataflow\MethodBodyScanner.cs (1)
833
case ILOpcode.
bne_un
:
Compiler\Dataflow\ScannerExtensions.cs (1)
37
case ILOpcode.
bne_un
:
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 (1)
1149
case ILOpcode.
bne_un
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
236
case ILOpcode.
bne_un
:
486
case ILOpcode.
bne_un
:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
133
codeStream.Emit(ILOpcode.
bne_un
, typeMismatchExceptionLabel);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
406
codeStream.Emit(ILOpcode.
bne_un
, startOfLoopLabel);
parent\parent\Common\TypeSystem\IL\Stubs\StreamIntrinsics.cs (2)
38
codestream.Emit(ILOpcode.
bne_un
, lOverridden);
44
codestream.Emit(ILOpcode.
bne_un
, lOverridden);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
403
case ILOpcode.
bne_un
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
193
case ILOpcode.
bne_un
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
204
opcode == ILOpcode.
bne_un
|| opcode == ILOpcode.bge_un ||