Lines Matching refs:inst
450 * "u2 inst".
459 inst = FETCH(0); \
463 goto *handlerTable[INST_INST(inst)]; \
556 vdst = INST_A(inst); \
557 vsrc1 = INST_B(inst); \
570 vdst = INST_A(inst); \
571 vsrc1 = INST_B(inst); \
591 vdst = INST_A(inst); \
592 vsrc1 = INST_B(inst); \
604 vdst = INST_AA(inst); \
626 vsrc1 = INST_A(inst); \
627 vsrc2 = INST_B(inst); \
643 vsrc1 = INST_AA(inst); \
658 vdst = INST_A(inst); \
659 vsrc1 = INST_B(inst); \
668 vdst = INST_AA(inst); \
704 vdst = INST_AA(inst); \
716 vdst = INST_A(inst); \
717 vsrc1 = INST_B(inst); \
750 vdst = INST_AA(inst); \
785 vdst = INST_AA(inst); \
798 vdst = INST_A(inst); \
799 vsrc1 = INST_B(inst); \
828 vdst = INST_A(inst); \
829 vsrc1 = INST_B(inst); \
839 vdst = INST_AA(inst); \
876 vdst = INST_AA(inst); \
888 vdst = INST_A(inst); \
889 vsrc1 = INST_B(inst); \
920 vdst = INST_A(inst); \
921 vsrc1 = INST_B(inst); \
931 vdst = INST_AA(inst); \
945 vdst = INST_AA(inst); \
957 vdst = INST_A(inst); \
958 vsrc1 = INST_B(inst); \
966 vdst = INST_A(inst); \
967 vsrc1 = INST_B(inst); \
979 vdst = INST_AA(inst); \
1006 vdst = INST_AA(inst); /* AA: source value */ \
1048 vdst = INST_A(inst); \
1049 vsrc1 = INST_B(inst); /* object ptr */ \
1073 vdst = INST_A(inst); \
1074 vsrc1 = INST_B(inst); /* object ptr */ \
1093 vdst = INST_A(inst); \
1094 vsrc1 = INST_B(inst); /* object ptr */ \
1118 vdst = INST_A(inst); \
1119 vsrc1 = INST_B(inst); /* object ptr */ \
1136 vdst = INST_AA(inst); \
1157 vdst = INST_AA(inst); \
1199 u2 inst; // current instruction
1288 inst = FETCH(0);
1290 switch (INST_INST(inst)) {
1302 vdst = INST_A(inst);
1303 vsrc1 = INST_B(inst);
1305 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1313 vdst = INST_AA(inst);
1316 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
1327 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
1337 vdst = INST_A(inst);
1338 vsrc1 = INST_B(inst);
1347 vdst = INST_AA(inst);
1368 vdst = INST_A(inst);
1369 vsrc1 = INST_B(inst);
1371 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1381 vdst = INST_AA(inst);
1384 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
1397 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
1406 vdst = INST_AA(inst);
1408 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
1416 vdst = INST_AA(inst);
1425 vdst = INST_AA(inst);
1427 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
1436 vdst = INST_AA(inst);
1455 vsrc1 = INST_AA(inst);
1457 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
1464 vsrc1 = INST_AA(inst);
1473 vsrc1 = INST_AA(inst);
1475 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
1486 vdst = INST_A(inst);
1487 tmp = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
1496 vdst = INST_AA(inst);
1508 vdst = INST_AA(inst);
1519 vdst = INST_AA(inst);
1528 vdst = INST_AA(inst);
1540 vdst = INST_AA(inst);
1554 vdst = INST_AA(inst);
1567 vdst = INST_AA(inst);
1579 vdst = INST_AA(inst);
1600 vdst = INST_AA(inst);
1621 vdst = INST_AA(inst);
1641 vsrc1 = INST_AA(inst);
1665 vsrc1 = INST_AA(inst);
1698 vsrc1 = INST_AA(inst);
1730 vdst = INST_A(inst);
1731 vsrc1 = INST_B(inst); /* object to check */
1761 vdst = INST_A(inst);
1762 vsrc1 = INST_B(inst);
1781 vdst = INST_AA(inst);
1819 vdst = INST_A(inst);
1820 vsrc1 = INST_B(inst); /* length reg */
1866 vsrc1 = INST_AA(inst);
1893 vsrc1 = INST_AA(inst);
1909 vdst = INST_AA(inst);
1960 vsrc1 = INST_AA(inst);
1991 vsrc1 = INST_AA(inst);
2150 vdst = INST_AA(inst); /* AA: source value */
2581 vdst = INST_AA(inst);
2612 vdst = INST_AA(inst);
2729 vdst = INST_A(inst);
2730 vsrc1 = INST_B(inst);
2755 vdst = INST_A(inst);
2756 vsrc1 = INST_B(inst);
2770 vdst = INST_A(inst);
2771 vsrc1 = INST_B(inst);
2811 vdst = INST_AA(inst);
2901 * It's probably not necessary to update "inst", but we do it
2913 LOGV("+++ break 0x%02x (0x%04x -> 0x%04x)\n", originalOpCode, inst,
2914 INST_REPLACE_OP(inst, originalOpCode));
2915 inst = INST_REPLACE_OP(inst, originalOpCode);
2927 vsrc1 = INST_AA(inst);
2957 vsrc1 = INST_B(inst); /* #of args */
3002 vsrc1 = INST_AA(inst); /* #of args */
3121 LOGE("unknown opcode 0x%02x\n", INST_INST(inst));
3152 vsrc1 = INST_AA(inst); /* #of elements */
3157 arg5 = INST_A(inst);
3158 vsrc1 = INST_B(inst); /* #of elements */
3237 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3329 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3407 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3450 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3482 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3512 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3567 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */