HomeSort by relevance Sort by last modified time
    Searched refs:sp3 (Results 1 - 8 of 8) 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/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_mblpf_horiz_loopfilter_dspr2.c 32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
68 sp3 = sp4 + pitch;
69 sp2 = sp3 + pitch;
86 "lw %[p3], (%[sp3]) \n\t"
93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
161 "sw %[p3], (%[sp3]) \n\t"
169 [sp6] "r" (sp6), [sp5] "r" (sp5), [sp4] "r" (sp4), [sp3] "r" (sp3),
438 "sb %[p3_r], (%[sp3]) \n\t
    [all...]
vp9_mbloop_loopfilter_dspr2.c 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
59 sp3 = s - (pitch << 2);
60 sp2 = sp3 + pitch;
69 "lw %[p3], (%[sp3]) \n\t"
80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_mblpf_horiz_loopfilter_dspr2.c 32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
68 sp3 = sp4 + pitch;
69 sp2 = sp3 + pitch;
86 "lw %[p3], (%[sp3]) \n\t"
93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
161 "sw %[p3], (%[sp3]) \n\t"
169 [sp6] "r" (sp6), [sp5] "r" (sp5), [sp4] "r" (sp4), [sp3] "r" (sp3),
438 "sb %[p3_r], (%[sp3]) \n\t
    [all...]
vp9_mbloop_loopfilter_dspr2.c 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
59 sp3 = s - (pitch << 2);
60 sp2 = sp3 + pitch;
69 "lw %[p3], (%[sp3]) \n\t"
80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
  /external/bison/src/
tables.c 389 unsigned int *sp3; local
403 conflict_tos[s] = sp3 =
404 nondeterministic_parser ? xnmalloc (count, sizeof *sp3) : NULL;
413 *sp3++ = conflrow[i];
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 1032 StringPiece sp1, sp2, sp3; local
1041 StringPiece sp1, sp2, sp3; local
1099 StringPiece sp1, sp2, sp3; local
1108 StringPiece sp1, sp2, sp3; local
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 800 StringPiece sp3("3");
801 DO_NumFmtStringPieceTest("0000","0003",sp3);
802 DO_NumFmtStringPieceTest("#","3",sp3);

Completed in 745 milliseconds