Lines Matching refs:inst
445 * "u2 inst".
454 inst = FETCH(0); \
458 goto *handlerTable[INST_INST(inst)]; \
551 vdst = INST_A(inst); \
552 vsrc1 = INST_B(inst); \
565 vdst = INST_A(inst); \
566 vsrc1 = INST_B(inst); \
586 vdst = INST_A(inst); \
587 vsrc1 = INST_B(inst); \
599 vdst = INST_AA(inst); \
621 vsrc1 = INST_A(inst); \
622 vsrc2 = INST_B(inst); \
638 vsrc1 = INST_AA(inst); \
653 vdst = INST_A(inst); \
654 vsrc1 = INST_B(inst); \
663 vdst = INST_AA(inst); \
699 vdst = INST_AA(inst); \
711 vdst = INST_A(inst); \
712 vsrc1 = INST_B(inst); \
745 vdst = INST_AA(inst); \
780 vdst = INST_AA(inst); \
793 vdst = INST_A(inst); \
794 vsrc1 = INST_B(inst); \
823 vdst = INST_A(inst); \
824 vsrc1 = INST_B(inst); \
834 vdst = INST_AA(inst); \
871 vdst = INST_AA(inst); \
883 vdst = INST_A(inst); \
884 vsrc1 = INST_B(inst); \
915 vdst = INST_A(inst); \
916 vsrc1 = INST_B(inst); \
926 vdst = INST_AA(inst); \
940 vdst = INST_AA(inst); \
952 vdst = INST_A(inst
953 vsrc1 = INST_B(inst); \
961 vdst = INST_A(inst); \
962 vsrc1 = INST_B(inst); \
974 vdst = INST_AA(inst); \
1001 vdst = INST_AA(inst); /* AA: source value */ \
1043 vdst = INST_A(inst); \
1044 vsrc1 = INST_B(inst); /* object ptr */ \
1068 vdst = INST_A(inst); \
1069 vsrc1 = INST_B(inst); /* object ptr */ \
1088 vdst = INST_A(inst); \
1089 vsrc1 = INST_B(inst); /* object ptr */ \
1113 vdst = INST_A(inst); \
1114 vsrc1 = INST_B(inst); /* object ptr */ \
1136 vdst = INST_AA(inst); \
1160 vdst = INST_AA(inst); \
1205 u2 inst; // current instruction
1302 inst = FETCH(0);
1304 switch (INST_INST(inst)) {
1316 vdst = INST_A(inst);
1317 vsrc1 = INST_B(inst);
1319 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1327 vdst = INST_AA(inst);
1330 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
1341 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
1351 vdst = INST_A(inst);
1352 vsrc1 = INST_B(inst);
1361 vdst = INST_AA(inst);
1382 vdst = INST_A(inst);
1383 vsrc1 = INST_B(inst);
1385 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
1395 vdst = INST_AA(inst);
1398 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
1411 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
1420 vdst = INST_AA(inst);
1422 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
1430 vdst = INST_AA(inst);
1439 vdst = INST_AA(inst);
1441 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
1450 vdst = INST_AA(inst);
1469 vsrc1 = INST_AA(inst);
1471 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
1478 vsrc1 = INST_AA(inst);
1487 vsrc1 = INST_AA(inst);
1489 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
1500 vdst = INST_A(inst);
1501 tmp = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
1510 vdst = INST_AA(inst);
1522 vdst = INST_AA(inst);
1533 vdst = INST_AA(inst);
1542 vdst = INST_AA(inst);
1554 vdst = INST_AA(inst);
1568 vdst = INST_AA(inst);
1581 vdst = INST_AA(inst);
1593 vdst = INST_AA(inst);
1614 vdst = INST_AA(inst);
1635 vdst = INST_AA(inst);
1655 vsrc1 = INST_AA(inst);
1679 vsrc1 = INST_AA(inst);
1712 vsrc1 = INST_AA(inst);
1744 vdst = INST_A(inst);
1745 vsrc1 = INST_B(inst); /* object to check */
1775 vdst = INST_A(inst);
1776 vsrc1 = INST_B(inst);
1795 vdst = INST_AA(inst);
1843 vdst = INST_A(inst);
1844 vsrc1 = INST_B(inst); /* length reg */
1889 vsrc1 = INST_AA(inst);
1923 vsrc1 = INST_AA(inst);
1939 vdst = INST_AA(inst);
1990 vsrc1 = INST_AA(inst);
2021 vsrc1 = INST_AA(inst);
2180 vdst = INST_AA(inst); /* AA: source value */
2612 vdst = INST_AA(inst);
2643 vdst = INST_AA(inst);
2760 vdst = INST_A(inst);
2761 vsrc1 = INST_B(inst);
2786 vdst = INST_A(inst);
2787 vsrc1 = INST_B(inst);
2801 vdst = INST_A(inst);
2802 vsrc1 = INST_B(inst);
2842 vdst = INST_AA(inst);
2932 * It's probably not necessary to update "inst", but we do it
2944 LOGV("+++ break 0x%02x (0x%04x -> 0x%04x)\n", originalOpCode, inst,
2945 INST_REPLACE_OP(inst, originalOpCode));
2946 inst = INST_REPLACE_OP(inst, originalOpCode);
2958 vsrc1 = INST_AA(inst);
2988 vsrc1 = INST_B(inst); /* #of args */
3033 vsrc1 = INST_AA(inst); /* #of args */
3152 LOGE("unknown opcode 0x%02x\n", INST_INST(inst));
3183 vsrc1 = INST_AA(inst); /* #of elements */
3188 arg5 = INST_A(inst);
3189 vsrc1 = INST_B(inst); /* #of elements */
3271 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3367 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3445 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3492 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3524 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3564 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
3623 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */