/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 30 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in mb_lpf_horizontal_edge() local 65 sp3 = sp4 + pitch; in mb_lpf_horizontal_edge() 66 sp2 = sp3 + pitch; in mb_lpf_horizontal_edge() 90 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in mb_lpf_horizontal_edge() 158 [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), [sp2] "r"(sp2), in mb_lpf_horizontal_edge() 404 [sp6] "r"(sp6), [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), in mb_lpf_horizontal_edge() 505 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge() 573 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge() 673 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
|
D | loopfilter_mb_dspr2.c | 30 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in aom_lpf_horizontal_8_dspr2() local 56 sp3 = s - (pitch << 2); in aom_lpf_horizontal_8_dspr2() 57 sp2 = sp3 + pitch; in aom_lpf_horizontal_8_dspr2() 77 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in aom_lpf_horizontal_8_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 28 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()
|
D | loopfilter_mb_dspr2.c | 28 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/ |
D | owner_less.pass.cpp | 111 std::shared_ptr<long> sp3; in main() local 117 assert(!cmp(sp1, sp3)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | falkor-hwpf-fix.ll | 13 define void @hwpf1(i32* %p, i32* %sp, i32* %sp2, i32* %sp3, i32* %sp4) { 47 %storegep3 = getelementptr inbounds i32, i32* %sp3, i32 %iv
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | crash.ll | 6 … 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 7 … 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/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 7 … 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/ |
D | howExpensiveIs.cpp | 805 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/ |
D | nacl-other-intrinsics.ll | 370 %sp3 = call i8* @llvm.stacksave() 394 ; CHECK-NEXT: %sp3 = call i32 @llvm.stacksave()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-other-intrinsics.ll | 679 %sp3 = call i8* @llvm.stacksave()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 13351 PASS: gdb.cp/smartp.exp: p sp3->foo(1) 13352 PASS: gdb.cp/smartp.exp: p sp3->foo('a')
|
D | i686-pc-linux-gnu | 13116 PASS: gdb.cp/smartp.exp: p sp3->foo(1) 13117 PASS: gdb.cp/smartp.exp: p sp3->foo('a')
|
D | armv7a-cros-linux-gnueabi | 12971 PASS: gdb.cp/smartp.exp: p sp3->foo(1) 12972 PASS: gdb.cp/smartp.exp: p sp3->foo('a')
|