Searched refs:inst (Results 1 – 1 of 1) sorted by relevance
492 u2 inst = *insns; in dexDecodeInstruction() local493 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()[all …]