12 references to beq
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
831case ILOpcode.beq:
Compiler\Dataflow\ScannerExtensions.cs (1)
32case ILOpcode.beq:
Compiler\SubstitutedILProvider.cs (2)
342else if (opcode == ILOpcode.beq || opcode == ILOpcode.beq_s 353else if ((left == right && (opcode == ILOpcode.beq || opcode == ILOpcode.beq_s)
Compiler\TypePreinit.cs (1)
1148case ILOpcode.beq:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
231case ILOpcode.beq: 481case ILOpcode.beq:
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
1994cleanupCodeStream.Emit(ILOpcode.beq, lSkipPropagation);
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
1994cleanupCodeStream.Emit(ILOpcode.beq, lSkipPropagation);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
398case ILOpcode.beq:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
184case ILOpcode.beq:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
201opcode == ILOpcode.brtrue || opcode == ILOpcode.beq ||