summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.il
blob: bcfb73610e7b2678492736c11e739d9cc5a554fa (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
// 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_0x486ae288 {}
.class ILGEN_0x486ae288 {
.method static int32 Method_0x317f3e0e(int32 Arg_0x2) {
.maxstack	9
.locals (int16[] LOCAL_0x0,float64[] LOCAL_0x1,unsigned int64[] LOCAL_0x2)

 ldc.i4 255
 newarr [mscorlib]System.Int16 
 stloc LOCAL_0x0
 ldc.i4 255
 newarr [mscorlib]System.Double 
 stloc LOCAL_0x1
 ldc.i4 255
 newarr [mscorlib]System.UInt64 
 stloc LOCAL_0x2

 ldarg Arg_0x2
 ldarg Arg_0x2
 blt Branch_0x4
 ldc.i8 0x5c94863c1f6c8fe4
 br Branch_0x5
Branch_0x4:
 ldc.i8 0x23fdbdb2f517cc45
Branch_0x5:
 ldarg Arg_0x2
 conv.ovf.u8
 and
 br Branch_0x1
Branch_0x1:
 conv.i4
 ldc.i4 470026780
 sub
 ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
 ldc.i4 0x5c842a99
 call int32 ILGEN_0x486ae288::Method_0x317f3e0e(int32 Arg_0x2)
 ret
}
}