Lines Matching refs:vA

899         printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);  in dumpInstruction()
903 pDecInsn->vA, (s4)pDecInsn->vB, (u1)pDecInsn->vB); in dumpInstruction()
906 printf(" v%d", pDecInsn->vA); in dumpInstruction()
911 s4 targ = (s4) pDecInsn->vA; in dumpInstruction()
919 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB); in dumpInstruction()
924 printf(" v%d, %04x // %c%04x", pDecInsn->vA, in dumpInstruction()
932 pDecInsn->vA, (s4)pDecInsn->vB, (u2)pDecInsn->vB); in dumpInstruction()
939 pDecInsn->vA, value, (u2)pDecInsn->vB); in dumpInstruction()
943 pDecInsn->vA, value, (u2)pDecInsn->vB); in dumpInstruction()
948 printf(" v%d, %s", pDecInsn->vA, indexBuf); in dumpInstruction()
951 printf(" v%d, v%d, v%d", pDecInsn->vA, pDecInsn->vB, pDecInsn->vC); in dumpInstruction()
955 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u1)pDecInsn->vC); in dumpInstruction()
960 printf(" v%d, v%d, %04x // %c%04x", pDecInsn->vA, pDecInsn->vB, in dumpInstruction()
968 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u2)pDecInsn->vC); in dumpInstruction()
972 printf(" v%d, v%d, %s", pDecInsn->vA, pDecInsn->vB, indexBuf); in dumpInstruction()
975 printf(" #%08x", pDecInsn->vA); in dumpInstruction()
986 pDecInsn->vA, conv.f, pDecInsn->vB); in dumpInstruction()
991 pDecInsn->vA, insnIdx + pDecInsn->vB, pDecInsn->vB); in dumpInstruction()
994 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB); in dumpInstruction()
1001 for (i = 0; i < (int) pDecInsn->vA; i++) { in dumpInstruction()
1019 for (i = 0; i < (int) pDecInsn->vA; i++) { in dumpInstruction()
1037 pDecInsn->vA, conv.d, pDecInsn->vB_wide); in dumpInstruction()