/dalvik/vm/mterp/portable/ |
entry.cpp | 21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
|
/dalvik/vm/mterp/out/ |
InterpC-portable.cpp | 492 vsrc1 = INST_B(inst); \ 493 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \ 495 GET_REGISTER##_fromtype(vsrc1)); \ 506 vsrc1 = INST_B(inst); \ 507 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \ 508 val = GET_REGISTER##_fromrtype(vsrc1); \ 527 vsrc1 = INST_B(inst); \ 528 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \ 529 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \ 541 vsrc1 = regs & 0xff; 1132 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 881 vector unsigned char vsrc1, vsrc2; local 889 vsrc1 = vec_perm(vsrc, vsrc, vpermute); 909 valpha = vec_perm(vsrc1, v0, valphaPermute); 910 VEC_MULTIPLY_ALPHA(vsrc1, vdst1, valpha, mergePermute, v1_16, v8_16); [all...] |
SDL_blit_N.c | 208 vector unsigned int vsrc1, vsrc2; local 213 vsrc1 = (vector unsigned int)vec_perm(vsrc, valpha, vpermute); 220 vpixel = (vector unsigned short)vec_packpx(vsrc1, vsrc2); 221 vgpixel = (vector unsigned short)vec_perm(vsrc1, vsrc2, vgmerge); [all...] |
/external/pixman/pixman/ |
pixman-mmx.c | 1655 __m64 vsrc1 = expand8888 (vs, 1); local 1904 __m64 vsrc0, vsrc1, vsrc2, vsrc3; local 2240 __m64 vsrc1 = ldq_u ((__m64 *)(src + 2)); local 2584 __m64 vsrc1 = load8888 (&s1); local 3787 __m64 vsrc1 = ldq_u ((__m64 *)(src + 0)); local [all...] |