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