summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.il
blob: 4f711957f65b8716bbedd545f46f565fa63d957d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

.assembly extern legacy library mscorlib {}
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly ILGEN_0xb372dbdf {}
.class ILGEN_0xb372dbdf {
.field static	int64 field_0xc
.method static int32 Main() {
.entrypoint
.maxstack	20
 .locals (float32 LOCAL_0x4,int16[] LOCAL_0x5,int64 LOCAL_0x6,native int LOCAL_0x7,int64 LOCAL_0x8,unsigned int32 LOCAL_0x9,native int[] LOCAL_0xa)
ldc.r4 3.3
stloc LOCAL_0x4
ldc.i8 1 
stsfld int64 ILGEN_0xb372dbdf::field_0xc
Start_Orphan_0:
 ldc.i4 4 
 Loop_0x0: //WHAT
 ldc.i4 1
 sub
 dup
 brtrue Loop_0x0
 pop
 Loop_0x1: // End of WHAT
End_Orphan_0:
 ldc.i8 3
 ldsfld int64 ILGEN_0xb372dbdf::field_0xc
 ble.un Branch_0x2
 ldc.r8 float64(0x82b44f70f0caccf6) 
 br Branch_0x3
Branch_0x2:
 ldc.r8 float64(0xa232dc1e400c9d00)
Branch_0x3:
 ldsfld int64 ILGEN_0xb372dbdf::field_0xc
 ldc.i8 4
 bgt.un Branch_0x4
 ldc.r8 float64(0x82b44f70f0caccf6) 
 br Branch_0x5
Branch_0x4:
 ldloc LOCAL_0x4
Branch_0x5:
 bge.un Branch_0x0
 ldc.i4 3
 br Branch_0x1
Branch_0x0:
 ldc.i8 -2
 ldc.i8 1 
 bgt.un Branch_0x6
 ldc.i4 2
 br Branch_0x7
Branch_0x6:
 ldc.i4 1
Branch_0x7:
Branch_0x1:
EOM: 
ldc.i4 99
add
ret
}}