Home
last modified time | relevance | path

Searched refs:sp0 (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_mb_horiz_dspr2.c31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in vpx_lpf_horizontal_16_dspr2() local
70 sp0 = sp1 + pitch; in vpx_lpf_horizontal_16_dspr2()
92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
133 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
169 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0) in vpx_lpf_horizontal_16_dspr2()
212 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
242 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
255 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
291 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
304 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
[all …]
Dloopfilter_mb_dspr2.c31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local
61 sp0 = sp1 + pitch; in vpx_lpf_horizontal_8_dspr2()
79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
100 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
127 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
157 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
170 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
206 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
219 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
249 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-scvt.ll72 define float @fct1(i8* nocapture %sp0) {
78 %addr = getelementptr i8, i8* %sp0, i64 1
85 define float @fct2(i16* nocapture %sp0) {
91 %addr = getelementptr i16, i16* %sp0, i64 1
98 define float @fct3(i32* nocapture %sp0) {
104 %addr = getelementptr i32, i32* %sp0, i64 1
112 define float @fct4(i64* nocapture %sp0) {
118 %addr = getelementptr i64, i64* %sp0, i64 1
126 define float @fct5(i8* nocapture %sp0, i64 %offset) {
132 %addr = getelementptr i8, i8* %sp0, i64 %offset
[all …]
Darm64-vector-ldst.ll417 define <8 x i8> @fct16(i8* nocapture %sp0) {
422 %addr = getelementptr i8, i8* %sp0, i64 1
429 define <16 x i8> @fct17(i8* nocapture %sp0) {
434 %addr = getelementptr i8, i8* %sp0, i64 1
441 define <4 x i16> @fct18(i16* nocapture %sp0) {
446 %addr = getelementptr i16, i16* %sp0, i64 1
453 define <8 x i16> @fct19(i16* nocapture %sp0) {
458 %addr = getelementptr i16, i16* %sp0, i64 1
465 define <2 x i32> @fct20(i32* nocapture %sp0) {
470 %addr = getelementptr i32, i32* %sp0, i64 1
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Dlock.pass.cpp40 std::shared_ptr<A> sp0(new A); in main() local
41 std::weak_ptr<A> wp(sp0); in main()
44 assert(sp.get() == sp0.get()); in main()
49 std::shared_ptr<A> sp0(new A); in main() local
50 std::weak_ptr<A> wp(sp0); in main()
51 sp0.reset(); in main()
Dexpired.pass.cpp38 std::shared_ptr<A> sp0(new A); in main() local
39 std::weak_ptr<A> wp(sp0); in main()
42 sp0.reset(); in main()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dweak_ptr.pass.cpp57 std::shared_ptr<A> sp0(new A); in main() local
58 std::weak_ptr<A> wp(sp0); in main()
61 assert(sp.get() == sp0.get()); in main()
66 std::shared_ptr<A> sp0(new A); in main() local
67 std::weak_ptr<A> wp(sp0); in main()
68 sp0.reset(); in main()
/external/regex-re2/re2/testing/
Dbacktrack.cc115 StringPiece sp0; in Search() local
117 submatch_ = &sp0; in Search()
234 StringPiece sp0; in UnsafeSearchBacktrack() local
238 match = &sp0; in UnsafeSearchBacktrack()
/external/llvm/test/CodeGen/ARM/
Dvector-DAGCombine.ll180 define <8 x i16> @t3(i8 zeroext %xf, i8* nocapture %sp0, i8* nocapture %sp1, i32* nocapture %outp) {
182 %pix_sp0.0.cast = bitcast i8* %sp0 to i32*
198 define <8 x i16> @t4(i8* nocapture %sp0) {
202 %pix_sp0.0.cast = bitcast i8* %sp0 to i32*
219 define <8 x i16> @t5(i8* nocapture %sp0, i8* nocapture %sp1, i8* nocapture %sp2) {
221 %pix_sp0.0.cast = bitcast i8* %sp0 to i32*
/external/opencv3/modules/imgproc/src/
Dsegmentation.cpp332 double sp0, double sr, int max_level, in pyrMeanShiftFiltering() argument
410 float sp = (float)(sp0 / (1 << level)); in pyrMeanShiftFiltering()
560 double sp0, double sr, int max_level, in cvPyrMeanShiftFiltering() argument
566 cv::pyrMeanShiftFiltering(src, dst, sp0, sr, max_level, termcrit); in cvPyrMeanShiftFiltering()
/external/regex-re2/re2/
Dbitstate.cc358 StringPiece sp0; in SearchBitState() local
362 match = &sp0; in SearchBitState()
/external/llvm/test/CodeGen/Thumb2/
Dcrash.ll7 define arm_apcscc void @NEON_vst4q_u32(i32* nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp…
9 %0 = bitcast i32* %sp0 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
/external/opencv/cv/src/
Dcvsegmentation.cpp327 double sp0, double sr, int max_level, in cvPyrMeanShiftFiltering() argument
407 float sp = (float)(sp0 / (1 << level)); in cvPyrMeanShiftFiltering()
/external/webp/src/dsp/
Ddec_neon.c506 const int8x16_t sp0 = vqaddq_s8(p0s, delta3); in ApplyFilter2() local
508 *op0 = FlipSignBack(sp0); in ApplyFilter2()
/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc2274 Operand sp0 = Operand(rsp, 0); in TEST() local
2277 __ movl(rdx, sp0); // Sanity check. in TEST()
2284 __ movl(rdx, Operand(sp0, 2 * kPointerSize)); in TEST()