Lines Matching refs:FETCH
473 #define FETCH(_offset) (insns[(_offset)]) macro
519 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()
561 pDec->vC = FETCH(1); in dexDecodeInstruction()
572 pDec->vA = FETCH(1); in dexDecodeInstruction()
573 pDec->vB = FETCH(2); in dexDecodeInstruction()
597 pDec->vB = FETCH(1); in dexDecodeInstruction()
598 regList = FETCH(2); in dexDecodeInstruction()
638 pDec->vB = FETCH(1); in dexDecodeInstruction()
639 pDec->vC = FETCH(2); in dexDecodeInstruction()
649 pDec->vB = FETCH(1); // vB meth@BBBB in dexDecodeInstruction()
650 u2 fedc = FETCH(2); in dexDecodeInstruction()
656 pDec->arg[4] = FETCH(3); // vH proto@HHHH in dexDecodeInstruction()
663 pDec->vB = FETCH(1); in dexDecodeInstruction()
664 pDec->vC = FETCH(2); in dexDecodeInstruction()
665 pDec->arg[4] = FETCH(3); // vH proto@HHHH in dexDecodeInstruction()