summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.il
blob: 35aeb9dd941db2248d6e3605d4f4f240e64d4847 (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
// 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_0x8fe33afa {}
.class ILGEN_0x8fe33afa {
.field static unsigned int16[] field_0x0
.method static int32 Method_0x6c046099(int32 Arg_0x0, unsigned int64 Arg_0x1, unsigned int8 Arg_0x2, unsigned int32 Arg_0x3) {
.maxstack	7
 
 ldc.i4 255
 newarr [mscorlib]System.Int16 
 stsfld unsigned int16[] ILGEN_0x8fe33afa::field_0x0
 ldc.i8 0x34674807aa121770
 conv.ovf.u
 ldc.i4.5
 bgt.un Branch_0x2
 ldc.i8 0x86f704f8cde3b71e
 conv.ovf.i.un
 br Branch_0x3
Branch_0x2:
 ldc.i4.1
Branch_0x3:
Start_Orphan_2:
 ldsfld unsigned int16[] ILGEN_0x8fe33afa::field_0x0
 stsfld unsigned int16[] ILGEN_0x8fe33afa::field_0x0
End_Orphan_2:
 ldc.i8 0x146e6f5cf18d55f8
 conv.i2
 cgt
EOM: ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {
ldc.i4 0x405da44b 
ldc.i8 0xf72ea8ff32792100 
ldc.i4 0xd2669dcf 
ldc.i4 0xfa94ea86 
call int32 ILGEN_0x8fe33afa::Method_0x6c046099(int32 Arg_0x0, unsigned int64 Arg_0x1, unsigned int8 Arg_0x2, unsigned int32 Arg_0x3)
pop
leave END
} catch [mscorlib]System.OverflowException {
pop
leave END
}
END:
ldc.i4 100
ret

}
}