Lines Matching refs:vsrc1
561 vsrc1 = INST_B(inst); \
562 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
564 GET_REGISTER##_fromtype(vsrc1)); \
575 vsrc1 = INST_B(inst); \
576 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
577 val = GET_REGISTER##_fromrtype(vsrc1); \
596 vsrc1 = INST_B(inst); \
597 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
598 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
610 vsrc1 = regs & 0xff; \
612 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
613 val1 = GET_REGISTER##_type(vsrc1); \
630 vsrc1 = INST_A(inst); \
632 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \
634 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \
641 ILOGV("|if-%s v%d,v%d,-", (_opname), vsrc1, vsrc2); \
647 vsrc1 = INST_AA(inst); \
648 if ((s4) GET_REGISTER(vsrc1) _cmp 0) { \
650 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
656 ILOGV("|if-%s v%d,-", (_opname), vsrc1); \
663 vsrc1 = INST_B(inst); \
664 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
665 SET_REGISTER##_type(vdst, _pfx GET_REGISTER##_type(vsrc1) _sfx); \
674 vsrc1 = srcRegs & 0xff; \
676 ILOGV("|%s-int v%d,v%d", (_opname), vdst, vsrc1); \
679 firstVal = GET_REGISTER(vsrc1); \
699 (s4) GET_REGISTER(vsrc1) _op (s4) GET_REGISTER(vsrc2)); \
710 vsrc1 = srcRegs & 0xff; \
712 ILOGV("|%s-int v%d,v%d", (_opname), vdst, vsrc1); \
714 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
721 vsrc1 = INST_B(inst); \
724 (_opname), vdst, vsrc1, vsrc2); \
727 firstVal = GET_REGISTER(vsrc1); \
746 SET_REGISTER(vdst, GET_REGISTER(vsrc1) _op (s2) vsrc2); \
756 vsrc1 = litInfo & 0xff; \
759 (_opname), vdst, vsrc1, vsrc2); \
762 firstVal = GET_REGISTER(vsrc1); \
780 (s4) GET_REGISTER(vsrc1) _op (s1) vsrc2); \
791 vsrc1 = litInfo & 0xff; \
794 (_opname), vdst, vsrc1, vsrc2); \
796 _cast GET_REGISTER(vsrc1) _op (vsrc2 & 0x1f)); \
803 vsrc1 = INST_B(inst); \
804 ILOGV("|%s-int-2addr v%d,v%d", (_opname), vdst, vsrc1); \
808 secondVal = GET_REGISTER(vsrc1); \
826 (s4) GET_REGISTER(vdst) _op (s4) GET_REGISTER(vsrc1)); \
833 vsrc1 = INST_B(inst); \
834 ILOGV("|%s-int-2addr v%d,v%d", (_opname), vdst, vsrc1); \
836 _cast GET_REGISTER(vdst) _op (GET_REGISTER(vsrc1) & 0x1f)); \
845 vsrc1 = srcRegs & 0xff; \
847 ILOGV("|%s-long v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
850 firstVal = GET_REGISTER_WIDE(vsrc1); \
871 (s8) GET_REGISTER_WIDE(vsrc1) _op (s8) GET_REGISTER_WIDE(vsrc2)); \
882 vsrc1 = srcRegs & 0xff; \
884 ILOGV("|%s-long v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
886 _cast GET_REGISTER_WIDE(vsrc1) _op (GET_REGISTER(vsrc2) & 0x3f)); \
893 vsrc1 = INST_B(inst); \
894 ILOGV("|%s-long-2addr v%d,v%d", (_opname), vdst, vsrc1); \
898 secondVal = GET_REGISTER_WIDE(vsrc1); \
918 (s8) GET_REGISTER_WIDE(vdst) _op (s8)GET_REGISTER_WIDE(vsrc1));\
925 vsrc1 = INST_B(inst); \
926 ILOGV("|%s-long-2addr v%d,v%d", (_opname), vdst, vsrc1); \
928 _cast GET_REGISTER_WIDE(vdst) _op (GET_REGISTER(vsrc1) & 0x3f)); \
937 vsrc1 = srcRegs & 0xff; \
939 ILOGV("|%s-float v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
941 GET_REGISTER_FLOAT(vsrc1) _op GET_REGISTER_FLOAT(vsrc2)); \
951 vsrc1 = srcRegs & 0xff; \
953 ILOGV("|%s-double v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
955 GET_REGISTER_DOUBLE(vsrc1) _op GET_REGISTER_DOUBLE(vsrc2)); \
962 vsrc1 = INST_B(inst); \
963 ILOGV("|%s-float-2addr v%d,v%d", (_opname), vdst, vsrc1); \
965 GET_REGISTER_FLOAT(vdst) _op GET_REGISTER_FLOAT(vsrc1)); \
971 vsrc1 = INST_B(inst); \
972 ILOGV("|%s-double-2addr v%d,v%d", (_opname), vdst, vsrc1); \
974 GET_REGISTER_DOUBLE(vdst) _op GET_REGISTER_DOUBLE(vsrc1)); \
985 vsrc1 = arrayInfo & 0xff; /* array ptr */ \
987 ILOGV("|aget%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
988 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1); \
1012 vsrc1 = arrayInfo & 0xff; /* BB: array ptr */ \
1014 ILOGV("|aput%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \
1015 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1); \
1053 vsrc1 = INST_B(inst); /* object ptr */ \
1055 ILOGV("|iget%s v%d,v%d,field@0x%04x", (_opname), vdst, vsrc1, ref); \
1056 obj = (Object*) GET_REGISTER(vsrc1); \
1078 vsrc1 = INST_B(inst); /* object ptr */ \
1081 (_opname), vdst, vsrc1, ref); \
1082 obj = (Object*) GET_REGISTER(vsrc1); \
1098 vsrc1 = INST_B(inst); /* object ptr */ \
1100 ILOGV("|iput%s v%d,v%d,field@0x%04x", (_opname), vdst, vsrc1, ref); \
1101 obj = (Object*) GET_REGISTER(vsrc1); \
1123 vsrc1 = INST_B(inst); /* object ptr */ \
1126 (_opname), vdst, vsrc1, ref); \
1127 obj = (Object*) GET_REGISTER(vsrc1); \
1458 u2 vsrc1, vsrc2, vdst; // usually used for register indexes in INTERP_FUNC_NAME() local
1567 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
1569 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, in INTERP_FUNC_NAME()
1570 kSpacing, vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1571 SET_REGISTER(vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1578 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1580 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1, in INTERP_FUNC_NAME()
1581 kSpacing, vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1582 SET_REGISTER(vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1589 vsrc1 = FETCH(2); in INTERP_FUNC_NAME()
1591 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1, in INTERP_FUNC_NAME()
1592 kSpacing, vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1593 SET_REGISTER(vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1602 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
1603 ILOGV("|move-wide v%d,v%d %s(v%d=0x%08llx)", vdst, vsrc1, in INTERP_FUNC_NAME()
1604 kSpacing+5, vdst, GET_REGISTER_WIDE(vsrc1)); in INTERP_FUNC_NAME()
1605 SET_REGISTER_WIDE(vdst, GET_REGISTER_WIDE(vsrc1)); in INTERP_FUNC_NAME()
1612 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1613 ILOGV("|move-wide/from16 v%d,v%d (v%d=0x%08llx)", vdst, vsrc1, in INTERP_FUNC_NAME()
1614 vdst, GET_REGISTER_WIDE(vsrc1)); in INTERP_FUNC_NAME()
1615 SET_REGISTER_WIDE(vdst, GET_REGISTER_WIDE(vsrc1)); in INTERP_FUNC_NAME()
1622 vsrc1 = FETCH(2); in INTERP_FUNC_NAME()
1623 ILOGV("|move-wide/16 v%d,v%d %s(v%d=0x%08llx)", vdst, vsrc1, in INTERP_FUNC_NAME()
1624 kSpacing+8, vdst, GET_REGISTER_WIDE(vsrc1)); in INTERP_FUNC_NAME()
1625 SET_REGISTER_WIDE(vdst, GET_REGISTER_WIDE(vsrc1)); in INTERP_FUNC_NAME()
1633 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
1635 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1, in INTERP_FUNC_NAME()
1636 kSpacing, vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1637 SET_REGISTER(vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1646 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1648 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1, in INTERP_FUNC_NAME()
1649 kSpacing, vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1650 SET_REGISTER(vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1659 vsrc1 = FETCH(2); in INTERP_FUNC_NAME()
1661 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1, in INTERP_FUNC_NAME()
1662 kSpacing, vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1663 SET_REGISTER(vdst, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1719 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
1721 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1); in INTERP_FUNC_NAME()
1722 retval.i = GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
1728 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
1729 ILOGV("|return-wide v%d", vsrc1); in INTERP_FUNC_NAME()
1730 retval.j = GET_REGISTER_WIDE(vsrc1); in INTERP_FUNC_NAME()
1737 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
1739 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1); in INTERP_FUNC_NAME()
1740 retval.i = GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
1761 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1762 ILOGV("|const/16 v%d,#0x%04x", vdst, (s2)vsrc1); in INTERP_FUNC_NAME()
1763 SET_REGISTER(vdst, (s2) vsrc1); in INTERP_FUNC_NAME()
1784 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1785 ILOGV("|const/high16 v%d,#0x%04x0000", vdst, vsrc1); in INTERP_FUNC_NAME()
1786 SET_REGISTER(vdst, vsrc1 << 16); in INTERP_FUNC_NAME()
1793 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1794 ILOGV("|const-wide/16 v%d,#0x%04x", vdst, (s2)vsrc1); in INTERP_FUNC_NAME()
1795 SET_REGISTER_WIDE(vdst, (s2)vsrc1); in INTERP_FUNC_NAME()
1832 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1833 ILOGV("|const-wide/high16 v%d,#0x%04x000000000000", vdst, vsrc1); in INTERP_FUNC_NAME()
1834 SET_REGISTER_WIDE(vdst, ((u8) vsrc1) << 48); in INTERP_FUNC_NAME()
1905 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
1907 vsrc1, kSpacing+6, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1908 obj = (Object*)GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
1929 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
1931 vsrc1, kSpacing+5, GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
1932 obj = (Object*)GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
1962 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
1964 ILOGV("|check-cast v%d,class@0x%04x", vsrc1, ref); in INTERP_FUNC_NAME()
1966 obj = (Object*)GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
1995 vsrc1 = INST_B(inst); /* object to check */ in INTERP_FUNC_NAME()
1997 ILOGV("|instance-of v%d,v%d,class@0x%04x", vdst, vsrc1, ref); in INTERP_FUNC_NAME()
1999 obj = (Object*)GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2026 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
2027 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2028 ILOGV("|array-length v%d,v%d (%p)", vdst, vsrc1, arrayObj); in INTERP_FUNC_NAME()
2094 vsrc1 = INST_B(inst); /* length reg */ in INTERP_FUNC_NAME()
2097 vdst, vsrc1, ref, (s4) GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
2098 length = (s4) GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2139 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
2141 ILOGV("|fill-array-data v%d +0x%04x", vsrc1, offset); in INTERP_FUNC_NAME()
2153 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2173 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
2174 ILOGV("|throw v%d (%p)", vsrc1, (void*)GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
2175 obj = (Object*) GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2240 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
2242 ILOGV("|packed-switch v%d +0x%04x", vsrc1, vsrc2); in INTERP_FUNC_NAME()
2254 testVal = GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2271 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
2273 ILOGV("|sparse-switch v%d +0x%04x", vsrc1, vsrc2); in INTERP_FUNC_NAME()
2285 testVal = GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2432 vsrc1 = arrayInfo & 0xff; /* BB: array ptr */ in INTERP_FUNC_NAME()
2434 ILOGV("|aput%s v%d,v%d,v%d", "-object", vdst, vsrc1, vsrc2); in INTERP_FUNC_NAME()
2435 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1); in INTERP_FUNC_NAME()
2864 vsrc1 = srcRegs & 0xff; in INTERP_FUNC_NAME()
2866 ILOGV("|%s-float v%d,v%d,v%d", "mod", vdst, vsrc1, vsrc2); in INTERP_FUNC_NAME()
2868 fmodf(GET_REGISTER_FLOAT(vsrc1), GET_REGISTER_FLOAT(vsrc2))); in INTERP_FUNC_NAME()
2895 vsrc1 = srcRegs & 0xff; in INTERP_FUNC_NAME()
2897 ILOGV("|%s-double v%d,v%d,v%d", "mod", vdst, vsrc1, vsrc2); in INTERP_FUNC_NAME()
2899 fmod(GET_REGISTER_DOUBLE(vsrc1), GET_REGISTER_DOUBLE(vsrc2))); in INTERP_FUNC_NAME()
3011 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
3012 ILOGV("|%s-float-2addr v%d,v%d", "mod", vdst, vsrc1); in INTERP_FUNC_NAME()
3014 fmodf(GET_REGISTER_FLOAT(vdst), GET_REGISTER_FLOAT(vsrc1))); in INTERP_FUNC_NAME()
3037 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
3038 ILOGV("|%s-double-2addr v%d,v%d", "mod", vdst, vsrc1); in INTERP_FUNC_NAME()
3040 fmod(GET_REGISTER_DOUBLE(vdst), GET_REGISTER_DOUBLE(vsrc1))); in INTERP_FUNC_NAME()
3052 vsrc1 = INST_B(inst); in INTERP_FUNC_NAME()
3054 ILOGV("|rsub-int v%d,v%d,#+0x%04x", vdst, vsrc1, vsrc2); in INTERP_FUNC_NAME()
3055 SET_REGISTER(vdst, (s2) vsrc2 - (s4) GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
3094 vsrc1 = litInfo & 0xff; in INTERP_FUNC_NAME()
3096 ILOGV("|%s-int/lit8 v%d,v%d,#+0x%02x", "rsub", vdst, vsrc1, vsrc2); in INTERP_FUNC_NAME()
3097 SET_REGISTER(vdst, (s1) vsrc2 - (s4) GET_REGISTER(vsrc1)); in INTERP_FUNC_NAME()
3208 vsrc1 = INST_AA(inst); in INTERP_FUNC_NAME()
3210 dvmThrowVerificationError(curMethod, vsrc1, ref); in INTERP_FUNC_NAME()
3238 vsrc1 = INST_B(inst); /* #of args */ in INTERP_FUNC_NAME()
3242 vsrc1, ref, vdst); in INTERP_FUNC_NAME()
3245 assert(vsrc1 <= 4); in INTERP_FUNC_NAME()
3247 switch (vsrc1) { in INTERP_FUNC_NAME()
3283 vsrc1 = INST_AA(inst); /* #of args */ in INTERP_FUNC_NAME()
3287 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3290 assert(vsrc1 <= 4); in INTERP_FUNC_NAME()
3292 switch (vsrc1) { in INTERP_FUNC_NAME()
3433 vsrc1 = INST_AA(inst); /* #of elements */ in INTERP_FUNC_NAME()
3436 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3439 vsrc1 = INST_B(inst); /* #of elements */ in INTERP_FUNC_NAME()
3441 vsrc1, ref, vdst, arg5); in INTERP_FUNC_NAME()
3482 newArray = dvmAllocArrayByClass(arrayClass, vsrc1, ALLOC_DONT_TRACK); in INTERP_FUNC_NAME()
3491 for (i = 0; i < vsrc1; i++) in INTERP_FUNC_NAME()
3494 assert(vsrc1 <= 5); in INTERP_FUNC_NAME()
3495 if (vsrc1 == 5) { in INTERP_FUNC_NAME()
3497 vsrc1--; in INTERP_FUNC_NAME()
3499 for (i = 0; i < vsrc1; i++) { in INTERP_FUNC_NAME()
3521 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3530 assert(vsrc1 > 0); in INTERP_FUNC_NAME()
3532 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3535 assert((vsrc1>>4) > 0); in INTERP_FUNC_NAME()
3537 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3595 if (vsrc1 != methodToCall->insSize) { in INTERP_FUNC_NAME()
3606 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
3617 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3623 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3627 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3684 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
3695 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3704 assert(vsrc1 > 0); in INTERP_FUNC_NAME()
3706 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3709 assert((vsrc1>>4) > 0); in INTERP_FUNC_NAME()
3711 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3734 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
3742 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3750 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3754 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3769 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
3774 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3782 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3785 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3805 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
3814 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3823 assert(vsrc1 > 0); in INTERP_FUNC_NAME()
3825 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3828 assert((vsrc1>>4) > 0); in INTERP_FUNC_NAME()
3830 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3863 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
3873 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in INTERP_FUNC_NAME()
3879 vsrc1, ref, vdst, vdst+vsrc1-1); in INTERP_FUNC_NAME()
3883 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in INTERP_FUNC_NAME()
3924 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in INTERP_FUNC_NAME()
4177 STUB_HACK(vsrc1 = count; vdst = regs; methodToCall = _methodToCall;); in INTERP_FUNC_NAME()
4193 assert(vsrc1 <= curMethod->outsSize); in INTERP_FUNC_NAME()
4194 assert(vsrc1 == methodToCall->insSize); in INTERP_FUNC_NAME()
4195 outs = OUTS_FROM_FP(fp, vsrc1); in INTERP_FUNC_NAME()
4196 for (i = 0; i < vsrc1; i++) in INTERP_FUNC_NAME()
4199 u4 count = vsrc1 >> 4; in INTERP_FUNC_NAME()
4208 outs[4] = GET_REGISTER(vsrc1 & 0x0f); in INTERP_FUNC_NAME()
4221 outs[4] = GET_REGISTER(vsrc1 & 0x0f); in INTERP_FUNC_NAME()