Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Instruction

122     Instruction::CONST_4 | 0 | 0,
123 Instruction::IF_EQ, 3,
124 Instruction::GOTO | 0x100,
125 Instruction::RETURN_VOID);
131 // Test that we create a phi for the join block of an if control flow instruction
153 Instruction::CONST_4 | 0 | 0,
154 Instruction::IF_EQ, 3,
155 Instruction::CONST_4 | 4 << 12 | 0,
156 Instruction::RETURN | 0 << 8);
162 // Test that we create a phi for the join block of an if control flow instruction
184 Instruction::CONST_4 | 0 | 0,
185 Instruction::IF_EQ, 4,
186 Instruction::CONST_4 | 4 << 12 | 0,
187 Instruction::GOTO | 0x200,
188 Instruction::CONST_4 | 5 << 12 | 0,
189 Instruction::RETURN | 0 << 8);
217 Instruction::CONST_4 | 0 | 0,
218 Instruction::IF_EQ, 4,
219 Instruction::CONST_4 | 4 << 12 | 0,
220 Instruction::GOTO | 0x200,
221 Instruction::GOTO | 0xFF00,
222 Instruction::RETURN | 0 << 8);
248 Instruction::CONST_4 | 0 | 0,
249 Instruction::IF_EQ, 4,
250 Instruction::CONST_4 | 4 << 12 | 0,
251 Instruction::GOTO | 0xFD00,
252 Instruction::RETURN_VOID);
279 Instruction::CONST_4 | 0 | 0,
280 Instruction::IF_EQ, 4,
281 Instruction::CONST_4 | 4 << 12 | 0,
282 Instruction::GOTO | 0xFD00,
283 Instruction::CONST_4 | 5 << 12 | 1 << 8,
284 Instruction::RETURN | 1 << 8);
313 Instruction::CONST_4 | 0 | 0,
314 Instruction::GOTO | 0x500,
315 Instruction::IF_EQ, 5,
316 Instruction::CONST_4 | 4 << 12 | 0,
317 Instruction::GOTO | 0xFD00,
318 Instruction::GOTO | 0xFC00,
319 Instruction::RETURN | 0 << 8);
354 Instruction::CONST_4 | 0 | 0,
355 Instruction::IF_EQ, 4,
356 Instruction::CONST_4 | 4 << 12 | 0,
357 Instruction::GOTO | 0x200,
358 Instruction::CONST_4 | 5 << 12 | 0,
359 Instruction::IF_EQ, 3,
360 Instruction::GOTO | 0xFE00,
361 Instruction::RETURN | 0 << 8);
393 Instruction::CONST_4 | 0 | 0,
394 Instruction::IF_EQ, 8,
395 Instruction::CONST_4 | 4 << 12 | 0,
396 Instruction::IF_EQ, 4,
397 Instruction::CONST_4 | 5 << 12 | 0,
398 Instruction::GOTO | 0xFA00,
399 Instruction::GOTO | 0xF900,
400 Instruction::RETURN | 0 << 8);
435 Instruction::CONST_4 | 0 | 0,
436 Instruction::IF_EQ, 8,
437 Instruction::CONST_4 | 4 << 12 | 0,
438 Instruction::IF_EQ, 4,
439 Instruction::CONST_4 | 5 << 12 | 0,
440 Instruction::GOTO | 0x0200,
441 Instruction::GOTO | 0xF900,
442 Instruction::RETURN | 0 << 8);
459 Instruction::CONST_4 | 0 | 0,
460 Instruction::RETURN_VOID);
487 Instruction::CONST_4 | 0 | 0,
488 Instruction::IF_EQ, 3,
489 Instruction::CONST_4 | 4 << 12 | 1 << 8,
490 Instruction::RETURN_VOID);
523 Instruction::CONST_4 | 0 | 0,
524 Instruction::IF_EQ, 5,
525 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8,
526 Instruction::GOTO | 0x0500,
527 Instruction::IF_EQ, 4,
528 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8,
529 Instruction::RETURN_VOID);