Home
last modified time | relevance | path

Searched refs:fedc (Results 1 – 1 of 1) sorted by relevance

/dalvik/libdex/
DInstrUtils.cpp651 u2 fedc = FETCH(2); in dexDecodeInstruction() local
652 pDec->vC = fedc & 0xf; in dexDecodeInstruction()
653 pDec->arg[0] = (fedc >> 4) & 0xf; // vD in dexDecodeInstruction()
654 pDec->arg[1] = (fedc >> 8) & 0xf; // vE in dexDecodeInstruction()
655 pDec->arg[2] = (fedc >> 12); // vF in dexDecodeInstruction()