Searched refs:INST_AA (Results 1 – 1 of 1) sorted by relevance
477 #define INST_AA(_inst) ((_inst) >> 8) macro502 pDec->vA = INST_AA(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()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()568 pDec->vA = INST_AA(inst); in dexDecodeInstruction()[all …]