summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.il
blob: fe2af9bfc5273ef4527e3573dfd7d981ae722812 (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
// 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_0xe08350d0 {}
.class ILGEN_0xe08350d0 {
.method static float32 Method_0x4d9a(float32 Arg_0x0, int64 Arg_0x1) {
.maxstack	7

 ldc.r4 float32(0x71334631)
 conv.r8
 ldarg Arg_0x0
 conv.r8
 sub
 ldarg Arg_0x0
 ldc.r4 float32(0x19c4412c)
 ble.un Branch_0x8

 ldc.i4.1
 br Branch_0x9

 Branch_0x8:

 ldc.i4.7
 Branch_0x9:

 conv.r.un
 blt.un Branch_0x2

 ldc.i4.7
 conv.r4
 br Branch_0x3

 Branch_0x2:

 ldc.i8 0x483376ba21bb13a6
 conv.r4
 Branch_0x3:

ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
ldc.r4 float32(0xfc46528) 
ldc.i8 0x24ba7bf277693bc7 

call float32 ILGEN_0xe08350d0::Method_0x4d9a(float32 Arg_0x0, int64 Arg_0x1)
conv.i4
ldc.i4 7
sub
ldc.i4 100
add
 ret
}

}