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

  /external/valgrind/none/tests/x86/
pushpopseg.c 8 unsigned long sp3; local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
27 printf("sp change after pop = %ld\n", sp3 - sp2);
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
43 printf("sp change after pop = %ld\n", sp3 - sp2);
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 111 std::shared_ptr<long> sp3; local
117 assert(!cmp(sp1, sp3));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 111 std::shared_ptr<long> sp3; local
117 cmp(sp1, sp3);
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_mb_dspr2.c 28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
54 sp3 = s - (pitch << 2);
55 sp2 = sp3 + pitch;
64 "lw %[p3], (%[sp3]) \n\t"
75 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0),
loopfilter_mb_horiz_dspr2.c 28 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
63 sp3 = sp4 + pitch;
64 sp2 = sp3 + pitch;
81 "lw %[p3], (%[sp3]) \n\t"
88 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0),
148 "sw %[p3], (%[sp3]) \n\t"
156 [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), [sp2] "r"(sp2),
394 "sb %[p3_r], (%[sp3]) \n\t
    [all...]

Completed in 209 milliseconds