summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.il
blob: 2ac5ac584d816364b40fce776c0541c13f810d65 (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
// 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_0xe4b49040 {}
.class ILGEN_0xe4b49040 {
.method static int32 Method_0x11ee88a1(native int Arg_0xb) {
.maxstack	9
    ldc.i4 0x1c7bf391
    ldarg Arg_0xb
    ldc.i4.4
   mul
    ldarg Arg_0xb
   conv.ovf.u4
  add
 xor
pop

 ldc.i4 255
 ret
}
.method static int32 Main() {
.entrypoint
.maxstack	28
 ldc.i4 0x2b153640 conv.i
 call int32 ILGEN_0xe4b49040::Method_0x11ee88a1(native int Arg_0xb)
 conv.i4
 ldc.i4 155
 sub
 ret
}
}