Home | History | Annotate | Download | only in optimizing

Lines Matching full:instruction

272   const uint16_t data[] = ZERO_REGISTER_CODE_ITEM(Instruction::RETURN_VOID);
278 Instruction::GOTO | 0x100,
279 Instruction::RETURN_VOID);
286 Instruction::GOTO | 0x100,
287 Instruction::GOTO | 0x100,
288 Instruction::RETURN_VOID);
295 Instruction::GOTO | 0x200,
296 Instruction::RETURN_VOID,
297 Instruction::GOTO | 0xFF00);
302 Instruction::GOTO_16, 3,
303 Instruction::RETURN_VOID,
304 Instruction::GOTO_16, 0xFFFF);
309 Instruction::GOTO_32, 4, 0,
310 Instruction::RETURN_VOID,
311 Instruction::GOTO_32, 0xFFFF, 0xFFFF);
318 Instruction::RETURN_VOID,
319 Instruction::GOTO | 0x100,
320 Instruction::GOTO | 0xFE00);
327 Instruction::CONST_4 | 0 | 0,
328 Instruction::IF_EQ, 3,
329 Instruction::GOTO | 0x100,
330 Instruction::RETURN_VOID);
337 Instruction::CONST_4 | 0 | 0,
338 Instruction::RETURN_VOID);
345 Instruction::CONST_4 | 0 | 0,
346 Instruction::RETURN | 0);
353 Instruction::CONST_4 | 0 | 0,
354 Instruction::CONST_4 | 0 | 1 << 8,
355 Instruction::RETURN | 1 << 8);
362 Instruction::CONST_4 | 0 | 0,
363 Instruction::CONST_4 | 1 << 8 | 1 << 12,
364 Instruction::RETURN | 1 << 8);
371 Instruction::CONST_4 | 0 | 0,
372 Instruction::CONST_4 | 1 << 8 | 1 << 12,
373 Instruction::IF_EQ, 3,
374 Instruction::RETURN | 0 << 8,
375 Instruction::RETURN | 1 << 8);
382 Instruction::CONST_4 | 0 | 0,
383 Instruction::CONST_4 | 1 << 8 | 1 << 12,
384 Instruction::IF_EQ | 0 << 4 | 1 << 8, 3,
385 Instruction::RETURN | 0 << 8,
386 Instruction::RETURN | 1 << 8);
391 // Exercise bit-wise (one's complement) not-int instruction.
398 Instruction::CONST | 0 << 8, input_lo, input_hi, \
399 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
400 Instruction::RETURN | 1 << 8); \
416 // Exercise bit-wise (one's complement) not-long instruction.
425 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
426 Instruction::NOT_LONG | 2 << 8 | 0 << 12, \
427 Instruction::RETURN_WIDE | 2 << 8); \
475 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
476 Instruction::CONST_WIDE | 2 << 8, 1, 0, 0, 0,
477 Instruction::ADD_LONG | 0, 0 << 8 | 2, // v0 <- 2^32 + 1
478 Instruction::LONG_TO_INT | 4 << 8 | 0 << 12,
479 Instruction::INT_TO_LONG | 2 << 8 | 4 << 12,
480 Instruction::RETURN_WIDE | 2 << 8);
487 Instruction::CONST_4 | 3 << 12 | 0,
488 Instruction::CONST_4 | 4 << 12 | 1 << 8,
489 Instruction::ADD_INT, 1 << 8 | 0,
490 Instruction::RETURN);
497 Instruction::CONST_4 | 3 << 12 | 0,
498 Instruction::CONST_4 | 4 << 12 | 1 << 8,
499 Instruction::ADD_INT_2ADDR | 1 << 12,
500 Instruction::RETURN);
507 Instruction::CONST_4 | 4 << 12 | 0 << 8,
508 Instruction::ADD_INT_LIT8, 3 << 8 | 0,
509 Instruction::RETURN);
516 Instruction::CONST_4 | 4 << 12 | 0 << 8,
517 Instruction::ADD_INT_LIT16, 3,
518 Instruction::RETURN);
574 Instruction::CONST_4 | 3 << 12 | 0,
575 Instruction::CONST_4 | 4 << 12 | 1 << 8,
576 Instruction::MUL_INT, 1 << 8 | 0,
577 Instruction::RETURN);
584 Instruction::CONST_4 | 3 << 12 | 0,
585 Instruction::CONST_4 | 4 << 12 | 1 << 8,
586 Instruction::MUL_INT_2ADDR | 1 << 12,
587 Instruction::RETURN);
594 Instruction::CONST_4 | 3 << 12 | 0,
595 Instruction::CONST_4 | 0 << 12 | 1 << 8,
596 Instruction::CONST_4 | 4 << 12 | 2 << 8,
597 Instruction::CONST_4 | 0 << 12 | 3 << 8,
598 Instruction::MUL_LONG, 2 << 8 | 0,
599 Instruction::RETURN_WIDE);
606 Instruction::CONST_4 | 3 << 12 | 0 << 8,
607 Instruction::CONST_4 | 0 << 12 | 1 << 8,
608 Instruction::CONST_4 | 4 << 12 | 2 << 8,
609 Instruction::CONST_4 | 0 << 12 | 3 << 8,
610 Instruction::MUL_LONG_2ADDR | 2 << 12,
611 Instruction::RETURN_WIDE);
618 Instruction::CONST_4 | 4 << 12 | 0 << 8,
619 Instruction::MUL_INT_LIT8, 3 << 8 | 0,
620 Instruction::RETURN);
627 Instruction::CONST_4 | 4 << 12 | 0 << 8,
628 Instruction::MUL_INT_LIT16, 3,
629 Instruction::RETURN);
747 Instruction::CONST_4 | 4 << 12 | 0 << 8,
748 Instruction::DIV_INT_LIT8, 3 << 8 | 0,
749 Instruction::RETURN);
756 Instruction::CONST_4 | 4 << 12 | 0,
757 Instruction::CONST_4 | 2 << 12 | 1 << 8,
758 Instruction::DIV_INT_2ADDR | 1 << 12,
759 Instruction::RETURN);