Home
last modified time | relevance | path

Searched refs:sp3 (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/none/tests/x86/
Dpushpopseg.c8 unsigned long sp3; in main() local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main()
27 printf("sp change after pop = %ld\n", sp3 - sp2); in main()
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main()
43 printf("sp change after pop = %ld\n", sp3 - sp2); in main()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_mb_horiz_dspr2.c28 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in mb_lpf_horizontal_edge() local
63 sp3 = sp4 + pitch; in mb_lpf_horizontal_edge()
64 sp2 = sp3 + pitch; in mb_lpf_horizontal_edge()
88 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in mb_lpf_horizontal_edge()
156 [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), [sp2] "r"(sp2), in mb_lpf_horizontal_edge()
402 [sp6] "r"(sp6), [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), in mb_lpf_horizontal_edge()
503 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
571 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
671 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
Dloopfilter_mb_dspr2.c28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local
54 sp3 = s - (pitch << 2); in vpx_lpf_horizontal_8_dspr2()
55 sp2 = sp3 + pitch; in vpx_lpf_horizontal_8_dspr2()
75 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in vpx_lpf_horizontal_8_dspr2()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp105 std::shared_ptr<long> sp3; in main() local
111 cmp(sp1, sp3); in main()
/external/bison/src/
Dtables.c389 unsigned int *sp3; in save_row() local
403 conflict_tos[s] = sp3 = in save_row()
404 nondeterministic_parser ? xnmalloc (count, sizeof *sp3) : NULL; in save_row()
413 *sp3++ = conflrow[i]; in save_row()
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dcrash.ll6 … nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp3, i32* %dp) nounwind…
14 %6 = bitcast i32* %sp3 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
/external/regex-re2/re2/testing/
Dregexp_benchmark.cc1032 StringPiece sp1, sp2, sp3; in Parse3PCRE() local
1033 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE()
1041 StringPiece sp1, sp2, sp3; in Parse3RE2() local
1042 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2()
1099 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local
1101 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE()
1108 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local
1110 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2()
/external/llvm/test/CodeGen/Thumb2/
Dcrash.ll7 … nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp3, i32* %dp) nounwind…
15 %6 = bitcast i32* %sp3 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp805 StringPiece sp3("3"); in runTests() local
806 DO_NumFmtStringPieceTest("0000","0003",sp3); in runTests()
807 DO_NumFmtStringPieceTest("#","3",sp3); in runTests()
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dnacl-other-intrinsics.ll370 %sp3 = call i8* @llvm.stacksave()
394 ; CHECK-NEXT: %sp3 = call i32 @llvm.stacksave()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnacl-other-intrinsics.ll679 %sp3 = call i8* @llvm.stacksave()
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu13116 PASS: gdb.cp/smartp.exp: p sp3->foo(1)
13117 PASS: gdb.cp/smartp.exp: p sp3->foo('a')
Dx86_64-cros-linux-gnu13351 PASS: gdb.cp/smartp.exp: p sp3->foo(1)
13352 PASS: gdb.cp/smartp.exp: p sp3->foo('a')
Darmv7a-cros-linux-gnueabi12971 PASS: gdb.cp/smartp.exp: p sp3->foo(1)
12972 PASS: gdb.cp/smartp.exp: p sp3->foo('a')