summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.il
blob: 40b3c245a7cbcbb9a551c60e374ca0c414d7d422 (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
66
// 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 ILGEN_0x5350b1c3 {}
.class ILGEN_0x5350b1c3 {

.field static	unsigned int16 field_0x0

.method static float32 Method_0x606b(int64 Arg_0x0) {
.maxstack	11

 .locals (int64 local_0x1,unsigned int64 local_0x4)
ldc.i8 0x1c544318663d332d 
stloc local_0x1
ldc.i8 0x1b2d5060ee751fb 
stloc local_0x4

ldc.i4 0x3eca654c 
stsfld unsigned int16 ILGEN_0x5350b1c3::field_0x0


 ldc.i8 0x534d2dd954c9c2f
 conv.i8
 ldsfld unsigned int16 ILGEN_0x5350b1c3::field_0x0
 ldc.i4.s 104
 bge.un Branch_0x1c

 ldarg Arg_0x0
 br Branch_0x1d

 Branch_0x1c:

 ldloc local_0x1
 Branch_0x1d:

 bge Branch_0x1a

 ldc.i8 0x1f051a168d066b2
 conv.u1
 br Branch_0x1b

 Branch_0x1a:

 ldc.i8 0x3277267278f94f0
 ldloc local_0x4
 cgt.un
 Branch_0x1b:

 conv.r4

ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
ldc.i8 0x48a05eba100c2471 

call float32 ILGEN_0x5350b1c3::Method_0x606b(int64 Arg_0x0)
conv.i4
ldc.i4 78
sub
 ret
}

}