Lines Matching refs:inst
492 u2 inst = *insns; in dexDecodeInstruction() local
493 Opcode opcode = dexOpcodeFromCodeUnit(inst); in dexDecodeInstruction()
502 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
505 pDec->vA = INST_A(inst); in dexDecodeInstruction()
506 pDec->vB = INST_B(inst); in dexDecodeInstruction()
509 pDec->vA = INST_A(inst); in dexDecodeInstruction()
510 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value in dexDecodeInstruction()
513 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
516 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-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()
554 pDec->vB = INST_B(inst); in dexDecodeInstruction()
559 pDec->vA = INST_A(inst); in dexDecodeInstruction()
560 pDec->vB = INST_B(inst); in dexDecodeInstruction()
568 pDec->vA = INST_AA(inst); 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()
621 pDec->arg[4] = INST_A(inst); in dexDecodeInstruction()
637 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
642 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
648 pDec->vA = INST_B(inst); // This is labelled A in the spec. in dexDecodeInstruction()
655 pDec->arg[3] = INST_A(inst); // vG in dexDecodeInstruction()
662 pDec->vA = INST_AA(inst); in dexDecodeInstruction()