Searched refs:FETCH_u4 (Results 1 – 1 of 1) sorted by relevance
474 #define FETCH_u4(_offset) (fetch_u4_impl((_offset), insns)) macro564 pDec->vA = FETCH_u4(1); // signed 32-bit value in dexDecodeInstruction()569 pDec->vB = FETCH_u4(1); // 32-bit value in dexDecodeInstruction()577 pDec->vB = FETCH_u4(1); // signed 32-bit value in dexDecodeInstruction()644 pDec->vB_wide = FETCH_u4(1) | ((u8) FETCH_u4(3) << 32); in dexDecodeInstruction()