summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/JitBlue/DevDiv_370233/DevDiv_370233.il
blob: 3da4b639538001974b1f1b0fd4be5d3d0a420b07 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.assembly extern mscorlib{}
.assembly DevDiv_370233{}
.class C extends [mscorlib]System.Object
{
   .method static unsigned int32 M(bool, bool)
   {
      .maxstack  65535
      .locals init (unsigned int32, unsigned int64, unsigned int8, unsigned int8, native int, float64, char, unsigned int16, bool, char, bool)

      ldloc 0x0006
      ldc.i4 0x11467af6
      shr
      conv.ovf.u8
      dup
      sub
      ldloc.s 0x06
      ldloc.s 0x07
      neg
      rem.un
      conv.ovf.i8.un
      xor
      neg
      conv.ovf.u
      conv.r4
      ldloc 0x0005
      ldloc.s 0x05
      ckfinite
      ckfinite
      conv.r4
      ceq
      ldarg 0x0001
      conv.r4
      pop
      pop
      ldloc 0x0001
      ldloc 0x0001
      neg
      conv.i8
      ldloc.s 0x04
      shr
      clt.un
      conv.ovf.i1.un
      conv.i8
      not
      nop
      ldc.i8 0x16cb54ea7cfcd50d
      ldloc 0x0001
      clt
      ldloc.s 0x01
      conv.ovf.u1
      conv.ovf.i2.un
      cgt
      conv.ovf.i8
      ldc.i8 0x6be45c7b8c08f1d5
      conv.ovf.u8
      ldloc.s 0x01
      add.ovf
      not
      ldloc.s 0x03
      shr.un
      ldloc.s 0x01
      add
      not
      ldloc.s 0x03
      neg
      shr
      nop
      conv.u4
      neg
      shr.un
      ceq
      ldloc 0x0001
      conv.r4
      ldc.r8 float64(0x9b4c7410aec1e6d3)
      add
      ldloc.s 0x00
      ldarg.s 0x00
      xor
      ldloc.s 0x08
      mul
      not
      conv.r.un
      ldloc.s 0x02
      ldloc 0x0006
      add
      conv.r4
      mul
      cgt
      ldloc.s 0x05
      ldloc.s 0x05
      cgt.un
      ldarg 0x0001
      not
      shl
      div
      ldc.i8 0x5892c0a0bd150d05
      ldc.i8 0x8c33eb17e67e9772
      neg
      ceq
      not
      ldloc.s 0x00
      ldloc 0x0003
      ceq
      or
      pop
      xor
      conv.r.un
      ceq
      conv.u2
      ret
   }

   .method static int32 Main() cil managed
   {
       .entrypoint

       .try
       {
           ldc.i4     0
           ldc.i4.s   0
           call unsigned int32 C::M(bool, bool)
           pop
           leave.s done
       }
       catch [mscorlib]System.Exception
       {
           pop
           leave.s done
       }

   done:
       ldc.i4 100
       ret
   }
}
// Dumped 1