Searched refs:FETCH (Results 1 – 1 of 1) sorted by relevance
473 #define FETCH(_offset) (insns[(_offset)]) macro519 pDec->vA = (s2) FETCH(1); // sign-extend 16-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()544 pDec->vC = FETCH(1) >> 8; in dexDecodeInstruction()548 pDec->vB = FETCH(1) & 0xff; in dexDecodeInstruction()549 pDec->vC = (s1) (FETCH(1) >> 8); // sign-extend 8-bit value in dexDecodeInstruction()555 pDec->vC = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()[all …]