summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.il
blob: 5fe265e6cf0ee79d83fb52df09352381a3814071 (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
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

.assembly extern legacy library mscorlib {}
.assembly a1 {}
.class ILGEN_622380794 {

.field static	int32 field_0x2
.field static	int64 field_0x3

.method static int32 main() {
.entrypoint
.maxstack	12

 .locals (int32 local_0x2,int64 local_0x3)
ldc.i4 0x18142b51 
stloc local_0x2
ldc.i8 0x444b438d296951ed 
stloc local_0x3


ldc.i8 0x3d853cd75adf5719 
stsfld int64 ILGEN_622380794::field_0x3

Start_Orphan_2:
 ldc.i4.m1
 ldc.r4 float32(0x5cef4fa2)
 conv.r4
 ldloc local_0x3
 conv.r4
 cgt.un
 add
 stloc local_0x2
End_Orphan_2:
 ldloc local_0x3
 conv.r8
 neg
 conv.i8
Start_Orphan_9:
 ldloc local_0x3
 ldc.i4.8
 shr
 stloc local_0x3
End_Orphan_9:
 ldsfld int64 ILGEN_622380794::field_0x3
 ldsfld int64 ILGEN_622380794::field_0x3
 ldloc local_0x3
 add
 ldloc local_0x3
 mul
 or
 sub
 conv.u1
 
 ldc.i4 1
 sub
ret
}
}