30 references to Cond_Branch
illink (5)
Linker.Dataflow\ScannerExtensions.cs (1)
15
|| opcode.FlowControl == FlowControl.
Cond_Branch
Linker.Steps\UnreachableBlocksOptimizer.cs (3)
106
case FlowControl.
Cond_Branch
:
1031
if (opcode.FlowControl == FlowControl.
Cond_Branch
)
1210
case FlowControl.
Cond_Branch
:
Linker\LinkerILProcessor.cs (1)
113
case FlowControl.
Cond_Branch
:
Mono.Cecil (25)
Mono.Cecil.Cil\OpCodes.cs (25)
191
0xff << 0 | 0x2c << 8 | (byte) Code.Brfalse_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
195
0xff << 0 | 0x2d << 8 | (byte) Code.Brtrue_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
199
0xff << 0 | 0x2e << 8 | (byte) Code.Beq_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
203
0xff << 0 | 0x2f << 8 | (byte) Code.Bge_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
207
0xff << 0 | 0x30 << 8 | (byte) Code.Bgt_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
211
0xff << 0 | 0x31 << 8 | (byte) Code.Ble_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
215
0xff << 0 | 0x32 << 8 | (byte) Code.Blt_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
219
0xff << 0 | 0x33 << 8 | (byte) Code.Bne_Un_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
223
0xff << 0 | 0x34 << 8 | (byte) Code.Bge_Un_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
227
0xff << 0 | 0x35 << 8 | (byte) Code.Bgt_Un_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
231
0xff << 0 | 0x36 << 8 | (byte) Code.Ble_Un_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
235
0xff << 0 | 0x37 << 8 | (byte) Code.Blt_Un_S << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
243
0xff << 0 | 0x39 << 8 | (byte) Code.Brfalse << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
247
0xff << 0 | 0x3a << 8 | (byte) Code.Brtrue << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
251
0xff << 0 | 0x3b << 8 | (byte) Code.Beq << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
255
0xff << 0 | 0x3c << 8 | (byte) Code.Bge << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
259
0xff << 0 | 0x3d << 8 | (byte) Code.Bgt << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
263
0xff << 0 | 0x3e << 8 | (byte) Code.Ble << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
267
0xff << 0 | 0x3f << 8 | (byte) Code.Blt << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
271
0xff << 0 | 0x40 << 8 | (byte) Code.Bne_Un << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
275
0xff << 0 | 0x41 << 8 | (byte) Code.Bge_Un << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
279
0xff << 0 | 0x42 << 8 | (byte) Code.Bgt_Un << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
283
0xff << 0 | 0x43 << 8 | (byte) Code.Ble_Un << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
287
0xff << 0 | 0x44 << 8 | (byte) Code.Blt_Un << 16 | (byte) FlowControl.
Cond_Branch
<< 24,
291
0xff << 0 | 0x45 << 8 | (byte) Code.Switch << 16 | (byte) FlowControl.
Cond_Branch
<< 24,