summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.il
blob: 096687d3ac173480c7b035c911bf157bd036a4ce (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
67
68
69
70
71
72
73
// 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_0x7fee1ca2 {}
.class ILGEN_0x7fee1ca2 {
.method static float32 Method_0x54eb(int64 Arg_0x0, int16 Arg_0x1, unsigned int32 Arg_0x2, unsigned int16 Arg_0x3, int8 Arg_0x4, int16 Arg_0x5, int8 Arg_0x6) {
.maxstack	15

 .locals (int64[] local_0x0,int32 local_0x1,unsigned int64[] local_0x2,unsigned int8 local_0x3,unsigned int64[] local_0x4,int64 local_0x5,unsigned int8[] local_0x6,unsigned int32 local_0x7,int32[] local_0x8)

ldc.i4 255
 newarr [mscorlib]System.Int64 
 stloc local_0x0
ldc.i4 0xb44784d 
stloc local_0x1
ldc.i8 0x54ac6d6f10d26fa 
stloc local_0x5
ldc.i4 0x3e7b537 
stloc local_0x7

Start_Orphan_5:
 ldarg Arg_0x0
 conv.i4
 stloc local_0x7
End_Orphan_5:

 ldloc local_0x1
 conv.ovf.i1.un
 ldarg Arg_0x0
 ldloc local_0x5
 clt.un
 cgt
 ldloc local_0x0
 ldloc local_0x7
 ldelem.i8
 conv.i1
 mul
 conv.r8
ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {
ldc.i8 0x20c16ffc86d5015 
ldc.i4 0x71924c8b 
ldc.i4 0x2e2c213c 
ldc.i4 0x234ab01 
ldc.i4 0x1b3d6105 
ldc.i4 0x28233ccd 
ldc.i4 0x2d0873ff 

call float32 ILGEN_0x7fee1ca2::Method_0x54eb(int64 Arg_0x0, int16 Arg_0x1, unsigned int32 Arg_0x2, unsigned int16 Arg_0x3, int8 Arg_0x4, int16 Arg_0x5, int8 Arg_0x6)
conv.i4
pop
leave sss
} catch [mscorlib]System.OverflowException {
pop
leave sss
}
sss:
ldc.i4 100
 ret
}

}