28 references to br_s
ILCompiler.Compiler (20)
Compiler\Dataflow\MethodBodyScanner.cs (1)
776case ILOpcode.br_s:
Compiler\Dataflow\ScannerExtensions.cs (2)
16case ILOpcode.br_s: 61if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.blt_un)
Compiler\SubstitutedILProvider.cs (9)
186if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.blt_un 193&& opcode != ILOpcode.br && opcode != ILOpcode.br_s) 369else if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.blt_un 375&& opcode != ILOpcode.br && opcode != ILOpcode.br_s) 493>= ILOpcode.br_s and <= ILOpcode.blt_un_s => 3, 564else if (opcode is >= ILOpcode.br_s and <= ILOpcode.blt_un || opcode is ILOpcode.leave or ILOpcode.leave_s) 568if (opcode is >= ILOpcode.br_s and <= ILOpcode.blt_un_s || opcode == ILOpcode.leave_s) 574opcode += ILOpcode.br - ILOpcode.br_s; 732case ILOpcode.br_s:
Compiler\TypePreinit.cs (3)
1154case ILOpcode.br_s: 1179opcode - ILOpcode.br + ILOpcode.br_s : 1265Debug.Assert(normalizedOpcode == ILOpcode.br_s);
parent\parent\Common\TypeSystem\IL\ILImporter.cs (4)
185case ILOpcode.br_s: 458case ILOpcode.br_s: 473ImportBranch(opCode + (ILOpcode.br - ILOpcode.br_s), 474_basicBlocks[_currentOffset + delta], (opCode != ILOpcode.br_s) ? _basicBlocks[_currentOffset] : null);
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.blt_un_s)
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.blt_un_s)
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.blt_un_s)
ILCompiler.TypeSystem (6)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
376case ILOpcode.br_s:
parent\parent\Common\TypeSystem\IL\ILOpcodeHelper.cs (2)
41if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.blt_un_s) 55return opcode == ILOpcode.br || opcode == ILOpcode.br_s || opcode == ILOpcode.leave || opcode == ILOpcode.leave_s;
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
149if ((currentOpcode >= ILOpcode.br_s && currentOpcode <= ILOpcode.blt_un_s)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (2)
194case ILOpcode.br_s: 214if (opcode is ILOpcode.br or ILOpcode.br_s or ILOpcode.leave or ILOpcode.leave_s)