Lines Matching refs:x

25 # Note: The family that starts with 12x has a mix of both two- and
32 format 10x
34 format 11x
35 format 12x 22x 23x 32x # See note, above.
44 format 00x
86 op 00 nop 10x n none continue
87 op 01 move 12x y none continue
88 op 02 move/from16 22x y none continue
89 op 03 move/16 32x y none continue
90 op 04 move-wide 12x y none continue
91 op 05 move-wide/from16 22x y none continue
92 op 06 move-wide/16 32x y none continue
93 op 07 move-object 12x y none continue
94 op 08 move-object/from16 22x y none continue
95 op 09 move-object/16 32x y none continue
96 op 0a move-result 11x y none continue
97 op 0b move-result-wide 11x y none continue
98 op 0c move-result-object 11x y none continue
99 op 0d move-exception 11x y none continue
100 op 0e return-void 10x n none return
101 op 0f return 11x n none return
102 op 10 return-wide 11x n none return
103 op 11 return-object 11x n none return
115 op 1d monitor-enter 11x n none continue|throw
116 op 1e monitor-exit 11x n none continue|throw
119 op 21 array-length 12x y none continue|throw
125 op 27 throw 11x n none throw
131 op 2d cmpl-float 23x y none continue
132 op 2e cmpg-float 23x y none continue
133 op 2f cmpl-double 23x y none continue
134 op 30 cmpg-double 23x y none continue
135 op 31 cmp-long 23x y none continue
149 op 44 aget 23x y none continue|throw
150 op 45 aget-wide 23x y none continue|throw
151 op 46 aget-object 23x y none continue|throw
152 op 47 aget-boolean 23x y none continue|throw
153 op 48 aget-byte 23x y none continue|throw
154 op 49 aget-char 23x y none continue|throw
155 op 4a aget-short 23x y none continue|throw
156 op 4b aput 23x n none continue|throw
157 op 4c aput-wide 23x n none continue|throw
158 op 4d aput-object 23x n none continue|throw
159 op 4e aput-boolean 23x n none continue|throw
160 op 4f aput-byte 23x n none continue|throw
161 op 50 aput-char 23x n none continue|throw
162 op 51 aput-short 23x n none continue|throw
203 op 7b neg-int 12x y none continue
204 op 7c not-int 12x y none continue
205 op 7d neg-long 12x y none continue
206 op 7e not-long 12x y none continue
207 op 7f neg-float 12x y none continue
208 op 80 neg-double 12x y none continue
209 op 81 int-to-long 12x y none continue
210 op 82 int-to-float 12x y none continue
211 op 83 int-to-double 12x y none continue
212 op 84 long-to-int 12x y none continue
213 op 85 long-to-float 12x y none continue
214 op 86 long-to-double 12x y none continue
215 op 87 float-to-int 12x y none continue
216 op 88 float-to-long 12x y none continue
217 op 89 float-to-double 12x y none continue
218 op 8a double-to-int 12x y none continue
219 op 8b double-to-long 12x y none continue
220 op 8c double-to-float 12x y none continue
221 op 8d int-to-byte 12x y none continue
222 op 8e int-to-char 12x y none continue
223 op 8f int-to-short 12x y none continue
224 op 90 add-int 23x y none continue
225 op 91 sub-int 23x y none continue
226 op 92 mul-int 23x y none continue
227 op 93 div-int 23x y none continue|throw
228 op 94 rem-int 23x y none continue|throw
229 op 95 and-int 23x y none continue
230 op 96 or-int 23x y none continue
231 op 97 xor-int 23x y none continue
232 op 98 shl-int 23x y none continue
233 op 99 shr-int 23x y none continue
234 op 9a ushr-int 23x y none continue
235 op 9b add-long 23x y none continue
236 op 9c sub-long 23x y none continue
237 op 9d mul-long 23x y none continue
238 op 9e div-long 23x y none continue|throw
239 op 9f rem-long 23x y none continue|throw
240 op a0 and-long 23x y none continue
241 op a1 or-long 23x y none continue
242 op a2 xor-long 23x y none continue
243 op a3 shl-long 23x y none continue
244 op a4 shr-long 23x y none continue
245 op a5 ushr-long 23x y none continue
246 op a6 add-float 23x y none continue
247 op a7 sub-float 23x y none continue
248 op a8 mul-float 23x y none continue
249 op a9 div-float 23x y none continue
250 op aa rem-float 23x y none continue
251 op ab add-double 23x y none continue
252 op ac sub-double 23x y none continue
253 op ad mul-double 23x y none continue
254 op ae div-double 23x y none continue
255 op af rem-double 23x y none continue
256 op b0 add-int/2addr 12x y none continue
257 op b1 sub-int/2addr 12x y none continue
258 op b2 mul-int/2addr 12x y none continue
259 op b3 div-int/2addr 12x y none continue|throw
260 op b4 rem-int/2addr 12x y none continue|throw
261 op b5 and-int/2addr 12x y none continue
262 op b6 or-int/2addr 12x y none continue
263 op b7 xor-int/2addr 12x y none continue
264 op b8 shl-int/2addr 12x y none continue
265 op b9 shr-int/2addr 12x y none continue
266 op ba ushr-int/2addr 12x y none continue
267 op bb add-long/2addr 12x y none continue
268 op bc sub-long/2addr 12x y none continue
269 op bd mul-long/2addr 12x y none continue
270 op be div-long/2addr 12x y none continue|throw
271 op bf rem-long/2addr 12x y none continue|throw
272 op c0 and-long/2addr 12x y none continue
273 op c1 or-long/2addr 12x y none continue
274 op c2 xor-long/2addr 12x y none continue
275 op c3 shl-long/2addr 12x y none continue
276 op c4 shr-long/2addr 12x y none continue
277 op c5 ushr-long/2addr 12x y none continue
278 op c6 add-float/2addr 12x y none continue
279 op c7 sub-float/2addr 12x y none continue
280 op c8 mul-float/2addr 12x y none continue
281 op c9 div-float/2addr 12x y none continue
282 op ca rem-float/2addr 12x y none continue
283 op cb add-double/2addr 12x y none continue
284 op cc sub-double/2addr 12x y none continue
285 op cd mul-double/2addr 12x y none continue
286 op ce div-double/2addr 12x y none continue
287 op cf rem-double/2addr 12x y none continue
324 op ec ^breakpoint 00x n unknown optimized
331 op f1 +return-void-barrier 10x n none optimized|return