Home | History | Annotate | Download | only in optimizing

Lines Matching full:instruction

127     Instruction::CONST_4 | 0 | 0,
128 Instruction::IF_EQ, 3,
129 Instruction::GOTO | 0x100,
130 Instruction::RETURN_VOID);
136 // Test that we create a phi for the join block of an if control flow instruction
158 Instruction::CONST_4 | 0 | 0,
159 Instruction::IF_EQ, 3,
160 Instruction::CONST_4 | 4 << 12 | 0,
161 Instruction::RETURN | 0 << 8);
167 // Test that we create a phi for the join block of an if control flow instruction
189 Instruction::CONST_4 | 0 | 0,
190 Instruction::IF_EQ, 4,
191 Instruction::CONST_4 | 4 << 12 | 0,
192 Instruction::GOTO | 0x200,
193 Instruction::CONST_4 | 5 << 12 | 0,
194 Instruction::RETURN | 0 << 8);
222 Instruction::CONST_4 | 0 | 0,
223 Instruction::IF_EQ, 4,
224 Instruction::CONST_4 | 4 << 12 | 0,
225 Instruction::GOTO | 0x200,
226 Instruction::GOTO | 0xFF00,
227 Instruction::RETURN | 0 << 8);
253 Instruction::CONST_4 | 0 | 0,
254 Instruction::IF_EQ, 4,
255 Instruction::CONST_4 | 4 << 12 | 0,
256 Instruction::GOTO | 0xFD00,
257 Instruction::RETURN_VOID);
284 Instruction::CONST_4 | 0 | 0,
285 Instruction::IF_EQ, 4,
286 Instruction::CONST_4 | 4 << 12 | 0,
287 Instruction::GOTO | 0xFD00,
288 Instruction::CONST_4 | 5 << 12 | 1 << 8,
289 Instruction::RETURN | 1 << 8);
318 Instruction::CONST_4 | 0 | 0,
319 Instruction::GOTO | 0x500,
320 Instruction::IF_EQ, 5,
321 Instruction::CONST_4 | 4 << 12 | 0,
322 Instruction::GOTO | 0xFD00,
323 Instruction::GOTO | 0xFC00,
324 Instruction::RETURN | 0 << 8);
359 Instruction::CONST_4 | 0 | 0,
360 Instruction::IF_EQ, 4,
361 Instruction::CONST_4 | 4 << 12 | 0,
362 Instruction::GOTO | 0x200,
363 Instruction::CONST_4 | 5 << 12 | 0,
364 Instruction::IF_EQ, 3,
365 Instruction::GOTO | 0xFE00,
366 Instruction::RETURN | 0 << 8);
398 Instruction::CONST_4 | 0 | 0,
399 Instruction::IF_EQ, 8,
400 Instruction::CONST_4 | 4 << 12 | 0,
401 Instruction::IF_EQ, 4,
402 Instruction::CONST_4 | 5 << 12 | 0,
403 Instruction::GOTO | 0xFA00,
404 Instruction::GOTO | 0xF900,
405 Instruction::RETURN | 0 << 8);
440 Instruction::CONST_4 | 0 | 0,
441 Instruction::IF_EQ, 8,
442 Instruction::CONST_4 | 4 << 12 | 0,
443 Instruction::IF_EQ, 4,
444 Instruction::CONST_4 | 5 << 12 | 0,
445 Instruction::GOTO | 0x0200,
446 Instruction::GOTO | 0xF900,
447 Instruction::RETURN | 0 << 8);
464 Instruction::CONST_4 | 0 | 0,
465 Instruction::RETURN_VOID);
492 Instruction::CONST_4 | 0 | 0,
493 Instruction::IF_EQ, 3,
494 Instruction::CONST_4 | 4 << 12 | 1 << 8,
495 Instruction::RETURN_VOID);
528 Instruction::CONST_4 | 0 | 0,
529 Instruction::IF_EQ, 5,
530 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8,
531 Instruction::GOTO | 0x0500,
532 Instruction::IF_EQ, 4,
533 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8,
534 Instruction::RETURN_VOID);