Lines Matching refs:vB
792 index = pDecInsn->vB; in indexString()
796 index = pDecInsn->vB; in indexString()
806 index = pDecInsn->vB; // method index in indexString()
1006 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB); in dumpInstruction()
1010 pDecInsn->vA, (s4)pDecInsn->vB, (u1)pDecInsn->vB); in dumpInstruction()
1026 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB); in dumpInstruction()
1030 s4 targ = (s4) pDecInsn->vB; in dumpInstruction()
1039 pDecInsn->vA, (s4)pDecInsn->vB, (u2)pDecInsn->vB); in dumpInstruction()
1044 s4 value = pDecInsn->vB << 16; in dumpInstruction()
1046 pDecInsn->vA, value, (u2)pDecInsn->vB); in dumpInstruction()
1048 s8 value = ((s8) pDecInsn->vB) << 48; in dumpInstruction()
1050 pDecInsn->vA, value, (u2)pDecInsn->vB); in dumpInstruction()
1058 printf(" v%d, v%d, v%d", pDecInsn->vA, pDecInsn->vB, pDecInsn->vC); in dumpInstruction()
1062 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u1)pDecInsn->vC); in dumpInstruction()
1067 printf(" v%d, v%d, %04x // %c%04x", pDecInsn->vA, pDecInsn->vB, in dumpInstruction()
1075 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u2)pDecInsn->vC); in dumpInstruction()
1079 printf(" v%d, v%d, %s", pDecInsn->vA, pDecInsn->vB, indexBuf); in dumpInstruction()
1091 conv.i = pDecInsn->vB; in dumpInstruction()
1093 pDecInsn->vA, conv.f, pDecInsn->vB); in dumpInstruction()
1098 pDecInsn->vA, insnIdx + pDecInsn->vB, pDecInsn->vB); in dumpInstruction()
1101 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB); in dumpInstruction()