/dalvik/vm/mterp/c/ |
OP_REM_DOUBLE.cpp | 7 vsrc2 = srcRegs >> 8; 8 ILOGV("|%s-double v%d,v%d,v%d", "mod", vdst, vsrc1, vsrc2); 10 fmod(GET_REGISTER_DOUBLE(vsrc1), GET_REGISTER_DOUBLE(vsrc2)));
|
OP_REM_FLOAT.cpp | 7 vsrc2 = srcRegs >> 8; 8 ILOGV("|%s-float v%d,v%d,v%d", "mod", vdst, vsrc1, vsrc2); 10 fmodf(GET_REGISTER_FLOAT(vsrc1), GET_REGISTER_FLOAT(vsrc2)));
|
OP_RSUB_INT.cpp | 5 vsrc2 = FETCH(1); 6 ILOGV("|rsub-int v%d,v%d,#+0x%04x", vdst, vsrc1, vsrc2); 7 SET_REGISTER(vdst, (s2) vsrc2 - (s4) GET_REGISTER(vsrc1));
|
OP_RSUB_INT_LIT8.cpp | 7 vsrc2 = litInfo >> 8; 8 ILOGV("|%s-int/lit8 v%d,v%d,#+0x%02x", "rsub", vdst, vsrc1, vsrc2); 9 SET_REGISTER(vdst, (s1) vsrc2 - (s4) GET_REGISTER(vsrc1));
|
OP_APUT_OBJECT.cpp | 10 vsrc2 = arrayInfo >> 8; /* CC: index */ 11 ILOGV("|aput%s v%d,v%d,v%d", "-object", vdst, vsrc1, vsrc2); 15 if (GET_REGISTER(vsrc2) >= arrayObj->length) { 17 arrayObj->length, GET_REGISTER(vsrc2)); 32 ILOGV("+ APUT[%d]=0x%08x", GET_REGISTER(vsrc2), GET_REGISTER(vdst)); 34 GET_REGISTER(vsrc2),
|
opcommon.cpp | 80 vsrc2 = regs >> 8; \ 81 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 83 val2 = GET_REGISTER##_type(vsrc2); \ 100 vsrc2 = INST_B(inst); \ 101 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 103 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ 110 ILOGV("|if-%s v%d,v%d,-", (_opname), vsrc1, vsrc2); \ 144 vsrc2 = srcRegs >> 8; \ 149 secondVal = GET_REGISTER(vsrc2); \ 167 (s4) GET_REGISTER(vsrc1) _op (s4) GET_REGISTER(vsrc2)); \ [all...] |
/dalvik/vm/mterp/cstubs/ |
stubdefs.cpp | 12 u2 ref, vsrc1, vsrc2, vdst; \ 16 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 59 u2 vsrc1, vsrc2, vdst; \ 61 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
|
/dalvik/vm/mterp/out/ |
InterpC-armv5te-vfp.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-armv5te.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-armv7-a-neon.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-armv7-a.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-mips.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-x86.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-allstubs.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 437 u2 vsrc1, vsrc2, vdst; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; 596 vsrc2 = regs >> 8; \ 597 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 599 val2 = GET_REGISTER##_type(vsrc2); \ 616 vsrc2 = INST_B(inst); \ 617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 619 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ [all...] |
InterpC-portable.cpp | 542 vsrc2 = regs >> 8; \ 543 ILOGV("|cmp%s v%d,v%d,v%d", (_opname), vdst, vsrc1, vsrc2); \ 545 val2 = GET_REGISTER##_type(vsrc2); \ 562 vsrc2 = INST_B(inst); \ 563 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \ 565 ILOGV("|if-%s v%d,v%d,+0x%04x", (_opname), vsrc1, vsrc2, \ 572 ILOGV("|if-%s v%d,v%d,-", (_opname), vsrc1, vsrc2); \ 606 vsrc2 = srcRegs >> 8; \ 611 secondVal = GET_REGISTER(vsrc2); \ 629 (s4) GET_REGISTER(vsrc1) _op (s4) GET_REGISTER(vsrc2)); \ 1132 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local [all...] |
/dalvik/vm/mterp/portable/ |
entry.cpp | 21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
|
/external/qemu/target-arm/ |
neon_helper.c | 91 NEON_FN(vdest.v1, vsrc1.v1, vsrc2.v1); 93 NEON_FN(vdest.v1, vsrc1.v1, vsrc2.v1); \ 94 NEON_FN(vdest.v2, vsrc1.v2, vsrc2.v2); 96 NEON_FN(vdest.v1, vsrc1.v1, vsrc2.v1); \ 97 NEON_FN(vdest.v2, vsrc1.v2, vsrc2.v2); \ 98 NEON_FN(vdest.v3, vsrc1.v3, vsrc2.v3); \ 99 NEON_FN(vdest.v4, vsrc1.v4, vsrc2.v4); 105 vtype vsrc2; \ 108 NEON_UNPACK(vtype, vsrc2, arg2); \ 123 NEON_FN(vdest.v2, vsrc2.v1, vsrc2.v2) [all...] |
/external/pixman/pixman/ |
pixman-mmx.c | 1904 __m64 vsrc0, vsrc1, vsrc2, vsrc3; local 2585 __m64 vsrc2 = load8888 (&s2); local 3788 __m64 vsrc2 = ldq_u ((__m64 *)(src + 2)); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 881 vector unsigned char vsrc1, vsrc2; local 893 vsrc2 = vec_perm(voverflow, voverflow, vpermute); 911 valpha = vec_perm(vsrc2, v0, valphaPermute); 912 VEC_MULTIPLY_ALPHA(vsrc2, vdst2, valpha, mergePermute, v1_16, v8_16); [all...] |
SDL_blit_N.c | 208 vector unsigned int vsrc1, vsrc2; local 218 vsrc2 = (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...] |