HomeSort by relevance Sort by last modified time
    Searched defs:vdst (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/mterp/portable/
entry.c 28 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 433 u2 ref, vsrc1, vsrc2, vdst; \
463 u2 ref, vsrc1, vsrc2, vdst; \
569 vdst = INST_A(inst); \
571 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
572 SET_REGISTER##_totype(vdst, \
583 vdst = INST_A(inst); \
585 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
598 SET_REGISTER##_tortype(vdst, result); \
604 vdst = INST_A(inst); \
606 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1);
1205 vdst = INST_A(inst); variable
    [all...]
InterpC-portdbg.c 560 vdst = INST_A(inst); \
562 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
563 SET_REGISTER##_totype(vdst, \
574 vdst = INST_A(inst); \
576 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
589 SET_REGISTER##_tortype(vdst, result); \
595 vdst = INST_A(inst); \
597 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
598 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
608 vdst = INST_AA(inst);
1458 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local
    [all...]
InterpC-portstd.c 551 vdst = INST_A(inst); \
553 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
554 SET_REGISTER##_totype(vdst, \
565 vdst = INST_A(inst); \
567 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
580 SET_REGISTER##_tortype(vdst, result); \
586 vdst = INST_A(inst); \
588 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
589 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
599 vdst = INST_AA(inst);
1208 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 209 vector unsigned char vdst; local
227 vdst = vec_or((vector unsigned char)vrpixel, (vector unsigned char)vgpixel);
229 vdst = vec_or(vdst, (vector unsigned char)vbpixel);
230 vec_st(vdst, 0, dst);
    [all...]

Completed in 3195 milliseconds