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