summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.il
blob: 731e4f7ac1c7ecbc6da9547e94d1821b0660f81b (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_0x200e1753 {}
.class ILGEN_0x200e1753 {
.method static int32 Method_0xae74a560(unsigned int64 Arg_0x0, int32 Arg_0x1, unsigned int8 Arg_0x2) {
.maxstack	9
.locals (float64[] LOCAL_0x0,int16[] LOCAL_0x1,unsigned int32 LOCAL_0x2,int64[] LOCAL_0x3)

 ldc.i4 255
 newarr [mscorlib]System.Double 
 stloc LOCAL_0x0
 ldc.i4 255
 newarr [mscorlib]System.Int16 
 stloc LOCAL_0x1
 ldc.i4 255
 newarr [mscorlib]System.Int64 
 stloc LOCAL_0x3
 ldarg Arg_0x0
 conv.u2
 ldarg Arg_0x1
 conv.u1
 newarr [mscorlib]System.Int64
 ldc.i4.1
 ldc.i4.1
 beq Branch_0xa
 ldc.i4.s -64
 br Branch_0xb
Branch_0xa:
 ldarg Arg_0x1
Branch_0xb:
 ldelem.i8
 conv.ovf.i1
 cgt
EOM: ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {
ldc.i8 0x8e65ab5d5022841d 
ldc.i4 0x1cf3abac 
ldc.i4 0xa6854e5b 
call int32 ILGEN_0x200e1753::Method_0xae74a560(unsigned int64 Arg_0x0, int32 Arg_0x1, unsigned int8 Arg_0x2)
 pop
leave END
} catch [mscorlib]System.IndexOutOfRangeException {
pop
leave END
}
END:
ldc.i4 100
ret

}
}