Home | History | Annotate | Download | only in out

Lines Matching defs:FETCH

277 #define FETCH(_offset)     (pc[(_offset)])
280 * Extract instruction byte from 16-bit fetch (_inst is a u2).
391 u2 inst = FETCH(0); \
438 u2 inst = FETCH(0); \
594 regs = FETCH(1); \
618 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
634 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
658 srcRegs = FETCH(1); \
693 srcRegs = FETCH(1); \
706 vsrc2 = FETCH(1); \
738 litInfo = FETCH(1); \
772 litInfo = FETCH(1); \
825 srcRegs = FETCH(1); \
861 srcRegs = FETCH(1); \
915 srcRegs = FETCH(1); \
929 srcRegs = FETCH(1); \
963 arrayInfo = FETCH(1); \
988 arrayInfo = FETCH(1); \
1031 ref = FETCH(1); /* field ref */ \
1055 ref = FETCH(1); /* field offset */ \
1075 ref = FETCH(1); /* field ref */ \
1099 ref = FETCH(1); /* field offset */ \
1124 ref = FETCH(1); /* field ref */ \
1147 ref = FETCH(1); /* field ref */ \
1190 ref = FETCH(1); /* inline call "ref" */
1191 vdst = FETCH(2); /* range base */
1231 vsrc1 = FETCH(2); /* reg number of "this" pointer */
1289 ref = FETCH(1); /* class ref */
1290 vdst = FETCH(2); /* first 4 regs -or- range base */
1381 ref = FETCH(1); /* method ref */
1382 vdst = FETCH(2); /* 4 regs -or- first reg */
1477 ref = FETCH(1); /* method ref */
1478 vdst = FETCH(2); /* 4 regs -or- first reg */
1555 ref = FETCH(1); /* method ref */
1556 vdst = FETCH(2); /* 4 regs -or- first reg */
1605 ref = FETCH(1); /* method ref */
1606 vdst = FETCH(2); /* 4 regs -or- first reg */
1638 ref = FETCH(1); /* method ref */
1639 vdst = FETCH(2); /* 4 regs -or- first reg */
1679 ref = FETCH(1); /* vtable index */
1680 vdst = FETCH(2); /* 4 regs -or- first reg */
1738 ref = FETCH(1); /* vtable index */
1739 vdst = FETCH(2); /* 4 regs -or- first reg */
1846 //u2 invokeInstr = INST_INST(FETCH(0));
1998 if (INST_INST(FETCH(0)) == OP_MOVE_EXCEPTION)
2225 //u2 invokeInstr = INST_INST(FETCH(0));