Home | History | Annotate | Download | only in dexdump

Lines Matching refs:vA

898     case kFmt12x:        // op vA, vB
899 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
901 case kFmt11n: // op vA, #+B
903 pDecInsn->vA, (s4)pDecInsn->vB, (u1)pDecInsn->vB);
906 printf(" v%d", pDecInsn->vA);
911 s4 targ = (s4) pDecInsn->vA;
919 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
924 printf(" v%d, %04x // %c%04x", pDecInsn->vA,
932 pDecInsn->vA, (s4)pDecInsn->vB, (u2)pDecInsn->vB);
939 pDecInsn->vA, value, (u2)pDecInsn->vB);
943 pDecInsn->vA, value, (u2)pDecInsn->vB);
948 printf(" v%d, %s", pDecInsn->vA, indexBuf);
951 printf(" v%d, v%d, v%d", pDecInsn->vA, pDecInsn->vB, pDecInsn->vC);
955 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u1)pDecInsn->vC);
957 case kFmt22t: // op vA, vB, +CCCC
960 printf(" v%d, v%d, %04x // %c%04x", pDecInsn->vA, pDecInsn->vB,
966 case kFmt22s: // op vA, vB, #+CCCC
968 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u2)pDecInsn->vC);
970 case kFmt22c: // op vA, vB, thing@CCCC
971 case kFmt22cs: // [opt] op vA, vB, field offset CCCC
972 printf(" v%d, v%d, %s", pDecInsn->vA, pDecInsn->vB, indexBuf);
975 printf(" #%08x", pDecInsn->vA);
986 pDecInsn->vA, conv.f, pDecInsn->vB);
991 pDecInsn->vA, insnIdx + pDecInsn->vB, pDecInsn->vB);
994 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
1001 for (i = 0; i < (int) pDecInsn->vA; i++) {
1019 for (i = 0; i < (int) pDecInsn->vA; i++) {
1037 pDecInsn->vA, conv.d, pDecInsn->vB_wide);