13 references to bne_un_s
ILCompiler.Compiler (11)
Compiler\Dataflow\MethodBodyScanner.cs (1)
834case ILOpcode.bne_un_s:
Compiler\Dataflow\ScannerExtensions.cs (1)
25case 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)
1162case ILOpcode.bne_un_s: 1202|| normalizedOpcode == ILOpcode.bgt_un_s || normalizedOpcode == ILOpcode.bne_un_s) 1218ILOpcode.bne_un_s => value1.Value.AsInt32() != value2.Value.AsInt32(), 1235ILOpcode.bne_un_s => value1.Value.AsInt64() != value2.Value.AsInt64(), 1252ILOpcode.bne_un_s => value1.Value.AsDouble() != value2.Value.AsDouble(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
203case ILOpcode.bne_un_s: 466case ILOpcode.bne_un_s:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
385case ILOpcode.bne_un_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
207case ILOpcode.bne_un_s: