Lines Matching refs:vB
506 pDec->vB = INST_B(inst); in dexDecodeInstruction()
510 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value in dexDecodeInstruction()
525 pDec->vB = FETCH(1); in dexDecodeInstruction()
530 pDec->vB = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()
539 pDec->vB = FETCH(1); in dexDecodeInstruction()
543 pDec->vB = FETCH(1) & 0xff; in dexDecodeInstruction()
548 pDec->vB = FETCH(1) & 0xff; in dexDecodeInstruction()
554 pDec->vB = INST_B(inst); in dexDecodeInstruction()
560 pDec->vB = INST_B(inst); in dexDecodeInstruction()
569 pDec->vB = FETCH_u4(1); // 32-bit value in dexDecodeInstruction()
573 pDec->vB = FETCH(2); in dexDecodeInstruction()
577 pDec->vB = FETCH_u4(1); // signed 32-bit value in dexDecodeInstruction()
597 pDec->vB = FETCH(1); in dexDecodeInstruction()
639 pDec->vB = FETCH(1); in dexDecodeInstruction()
650 pDec->vB = FETCH(1); // vB meth@BBBB in dexDecodeInstruction()
664 pDec->vB = FETCH(1); in dexDecodeInstruction()