Lines Matching refs:vA
502 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
505 pDec->vA = INST_A(inst); in dexDecodeInstruction()
509 pDec->vA = INST_A(inst); in dexDecodeInstruction()
513 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
516 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-bit value in dexDecodeInstruction()
519 pDec->vA = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()
524 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
529 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
533 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
542 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
547 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
553 pDec->vA = INST_A(inst); in dexDecodeInstruction()
559 pDec->vA = INST_A(inst); in dexDecodeInstruction()
564 pDec->vA = FETCH_u4(1); // signed 32-bit value in dexDecodeInstruction()
568 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
572 pDec->vA = FETCH(1); in dexDecodeInstruction()
576 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
596 pDec->vA = INST_B(inst); // This is labeled A in the spec. in dexDecodeInstruction()
600 count = pDec->vA; in dexDecodeInstruction()
637 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
642 pDec->vA = INST_AA(inst); in dexDecodeInstruction()