Home
last modified time | relevance | path

Searched refs:p6 (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dunix.S179 cmp.lt p6, p0 = 8, in3
188 (p6) st8 [r16] = r9
203 cmp.lt p6, p0 = 4, in3
206 (p6) stfs [r16] = f9, 8
217 cmp.lt p6, p0 = 24, in3
220 (p6) stfs [in1] = f14
227 cmp.lt p6, p0 = 8, in3
230 (p6) stfd [r16] = f9, 16
241 cmp.lt p6, p0 = 48, in3
244 (p6) stfd [in1] = f14
[all …]
/external/libffi/src/ia64/
Dunix.S179 cmp.lt p6, p0 = 8, in3
188 (p6) st8 [r16] = r9
203 cmp.lt p6, p0 = 4, in3
206 (p6) stfs [r16] = f9, 8
217 cmp.lt p6, p0 = 24, in3
220 (p6) stfs [in1] = f14
227 cmp.lt p6, p0 = 8, in3
230 (p6) stfd [r16] = f9, 16
241 cmp.lt p6, p0 = 48, in3
244 (p6) stfd [in1] = f14
[all …]
/external/python/cpython3/Modules/_ctypes/libffi/src/ia64/
Dunix.S179 cmp.lt p6, p0 = 8, in3
188 (p6) st8 [r16] = r9
203 cmp.lt p6, p0 = 4, in3
206 (p6) stfs [r16] = f9, 8
217 cmp.lt p6, p0 = 24, in3
220 (p6) stfs [in1] = f14
227 cmp.lt p6, p0 = 8, in3
230 (p6) stfd [r16] = f9, 16
241 cmp.lt p6, p0 = 48, in3
244 (p6) stfd [in1] = f14
[all …]
/external/webrtc/webrtc/base/
Drefcount.h59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) in RefCountedObject() argument
60 : T(p1, p2, p3, p4, p5, p6), ref_count_(0) { in RefCountedObject()
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) in RefCountedObject() argument
66 : T(p1, p2, p3, p4, p5, p6, p7), ref_count_(0) { in RefCountedObject()
71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) in RefCountedObject() argument
72 : T(p1, p2, p3, p4, p5, p6, p7, p8), ref_count_(0) { in RefCountedObject()
78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) in RefCountedObject() argument
79 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9), ref_count_(0) { in RefCountedObject()
85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) in RefCountedObject() argument
86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) { in RefCountedObject()
[all …]
Dbind.h764 P6 p6)
771 p6_(p6) {}
794 Functor6(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
801 p6_(p6) {}
831 typename detail::identity<P6>::type p6) {
833 method, object, p1, p2, p3, p4, p5, p6);
853 typename detail::identity<P6>::type p6) {
855 method, object, p1, p2, p3, p4, p5, p6);
875 typename detail::identity<P6>::type p6) {
877 method, object.get(), p1, p2, p3, p4, p5, p6);
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h1193 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1195 typename p6##_type
1197 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1199 typename p6##_type, typename p7##_type
1201 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1203 typename p6##_type, typename p7##_type, typename p8##_type
1205 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument
1207 typename p5##_type, typename p6##_type, typename p7##_type, \
1233 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument
1236 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \
[all …]
Dgmock-generated-matchers.h1845 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\ argument
1848 typename p6##_type>\
1856 p6##_type gmock_p6)\
1858 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\
1873 p6##_type p6;\
1883 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \
1884 p6)));\
1891 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\
1895 p5##_type gmock_p5, p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), \
1897 p6(gmock_p6) {\
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h1055 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1057 typename p6##_type
1059 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1061 typename p6##_type, typename p7##_type
1063 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1065 typename p6##_type, typename p7##_type, typename p8##_type
1067 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument
1069 typename p5##_type, typename p6##_type, typename p7##_type, \
1095 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument
1098 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \
[all …]
Dgmock-generated-matchers.h1822 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\ argument
1825 typename p6##_type>\
1833 p6##_type gmock_p6)\
1835 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\
1850 p6##_type p6;\
1861 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \
1862 p6)));\
1869 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\
1873 p5##_type gmock_p5, p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), \
1875 p6(gmock_p6) {\
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-actions.h1055 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1057 typename p6##_type
1059 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1061 typename p6##_type, typename p7##_type
1063 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1065 typename p6##_type, typename p7##_type, typename p8##_type
1067 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument
1069 typename p5##_type, typename p6##_type, typename p7##_type, \
1095 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument
1098 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \
[all …]
Dgmock-generated-matchers.h1814 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\ argument
1817 typename p6##_type>\
1825 p6##_type gmock_p6)\
1827 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\
1842 p6##_type p6;\
1852 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \
1853 p6)));\
1860 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\
1864 p5##_type gmock_p5, p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), \
1866 p6(gmock_p6) {\
[all …]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c307 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_horizontal_edge_mips() local
349 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips()
351 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
391 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips()
393 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
433 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips()
435 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
475 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips()
477 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
500 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvhorizontal_edge_mips() local
[all …]
/external/tensorflow/tensorflow/core/lib/gtl/
Dmanual_constructor.h191 const T5& p5, const T6& p6) {
192 new (space_) Type(p1, p2, p3, p4, p5, p6);
198 const T5& p5, const T6& p6, const T7& p7) {
199 new (space_) Type(p1, p2, p3, p4, p5, p6, p7);
205 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
206 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8);
212 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
214 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9);
220 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
222 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
[all …]
/external/llvm/test/CodeGen/X86/
Dwin64_params.ll6 define i32 @f6(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6) nounwind readnone optsize {
11 %add = add nsw i32 %p6, %p5
15 define x86_64_win64cc i32 @f7(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6) nounwind readno…
21 %add = add nsw i32 %p6, %p5
27 define x86_64_sysvcc i32 @f8(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6) nounwind readnon…
31 %add = add nsw i32 %p6, %p5
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.c28 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vpx_lpf_horizontal_4_dspr2() local
80 : [pm1] "=&r"(pm1), [p0] "=&r"(p0), [p5] "=&r"(p5), [p6] "=&r"(p6) in vpx_lpf_horizontal_4_dspr2()
84 p6, thresh_vec, &hev, &mask); in vpx_lpf_horizontal_4_dspr2()
112 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vpx_lpf_vertical_4_dspr2() local
146 p6 = *((uint32_t *)(s1)); in vpx_lpf_vertical_4_dspr2()
194 [prim4] "=&r"(prim4), [p6] "+r"(p6), [p5] "+r"(p5), [p4] "+r"(p4), in vpx_lpf_vertical_4_dspr2()
203 p6, thresh_vec, &hev, &mask); in vpx_lpf_vertical_4_dspr2()
Dloopfilter_16_msa.c85 v16u8 p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, q3, q4, q5, q6, q7; in hz_lpf_t16_16w() local
95 LD_UB8((src - 8 * pitch), pitch, p7, p6, p5, p4, p3, p2, p1, p0); in hz_lpf_t16_16w()
97 VP9_FLAT5(p7, p6, p5, p4, p0, q0, q4, q5, q6, q7, flat, flat2); in hz_lpf_t16_16w()
110 ILVR_B8_UH(zero, p7, zero, p6, zero, p5, zero, p4, zero, p3, zero, p2, zero, in hz_lpf_t16_16w()
129 ILVL_B4_UH(zero, p7, zero, p6, zero, p5, zero, p4, p7_l_in, p6_l_in, in hz_lpf_t16_16w()
149 p6 = __msa_bmnz_v(p6, (v16u8)r_out, flat2); in hz_lpf_t16_16w()
150 ST_UB(p6, src); in hz_lpf_t16_16w()
434 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, p7, p6, p5, p4, q4, q5, q6, q7; in mb_lpf_horizontal_edge() local
487 LD_UB4((src - 8 * pitch), pitch, p7, p6, p5, p4); in mb_lpf_horizontal_edge()
490 VP9_FLAT5(p7, p6, p5, p4, p0, q0, q4, q5, q6, q7, flat, flat2); in mb_lpf_horizontal_edge()
[all …]
Dloopfilter_macros_dspr2.h348 : [p7] "r"(p7), [p6] "r"(p6), [p5] "r"(p5), [p4] "r"(p4), \
386 : [p7] "r"(p7), [p6] "r"(p6), [p5] "r"(p5), [p4] "r"(p4), \
420 : [p6] "=&r"(p6), [p5] "=&r"(p5), [p4] "=&r"(p4), [p3] "=&r"(p3), \
/external/libunwind/tests/
Dia64-test-stack-asm.S87 tbit.nz p6, p0 = r8, 0
88 (p6) br.cond.sptk.few .skip
93 .skip: cmp.ne p6, p7 = 0, r8
96 (p6) adds r8 = -1, r8
97 (p6) br.call.sptk.many rp = stack_it // next iteration
139 cmp.eq p6, p7 = 1, in0
170 (p6) br.call.sptk.many rp = stack_it
Dia64-test-nat-asm.S115 tbit.nz p6, p0 = r4, 0;;
116 (p6) ld8.s r4 = [r0]
384 tnat.nz p6, p7 = r5;;
385 .spillreg.p p6, r5, f31
386 (p6) setf.sig f31 = r5 // save r5 in f31 if it's a NaT
419 .pred.rel.mutex p6, p7
420 (p6) getf.sig r5 = f31
460 (p16) cmp.eq.unc p6,p0 = r0,r0;;
462 (p6) cmp.eq.unc p16,p0 = r0,r0
463 (p63) cmp.eq.unc p6,p0 = r0,r0
[all …]
Dia64-test-rbs-asm.S175 cmp.eq p6, p7 = 1, in0
178 (p6) mov out1 = in2
181 (p6) ld8 r17 = [in2] // get address of function descriptor
186 (p6) ld8 r16 = [r17], 8 // load entry point
190 (p6) ld8 r1 = [r17] // load gp
191 (p6) mov b6 = r16
193 (p6) mov out0 = 0
221 (p6) br.call.sptk.many rp = b6
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
Dpalproc.S56 cmp.eq p6,p7 = r28,loc6;;
58 (p7)cmp.eq p6,p7 = r28,loc6;;
61 (p7)cmp.eq p6,p7 = r28,loc6;;
64 (p7)cmp.eq p6,p7 = r28,loc6
/external/valgrind/memcheck/tests/
Dleak-cases.c63 Node* p6; variable
81 p6 = mk(mk(NULL)); // Case 6: 16/1 still reachable in f()
82 (p6->next)++; // 16/1 possibly lost in f()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arm.call.ll27 float %p5, float %p6)
29 float %p5, float %p6, float %p7)
31 float %p5, float %p6, float %p7, float %p8)
33 float %p5, float %p6, float %p7, float %p8, float %p9)
35 float %p5, float %p6, float %p7, float %p8, float %p9,
38 float %p5, float %p6, float %p7, float %p8, float %p9,
41 float %p5, float %p6, float %p7, float %p8, float %p9,
44 float %p5, float %p6, float %p7, float %p8, float %p9,
47 float %p5, float %p6, float %p7, float %p8, float %p9,
51 float %p5, float %p6, float %p7, float %p8, float %p9,
[all …]
/external/llvm/unittests/ADT/
DMakeUniqueTest.cpp42 auto p6 = in TEST() local
44 EXPECT_TRUE((bool)p6); in TEST()
45 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5), *p6); in TEST()
/external/clang/test/SemaObjC/
Dobjc2-merge-gc-attribue-decl.m25 extern char* __strong p6; // expected-note {{previous declaration is here}}
26 extern char* p6; // expected-error {{redeclaration of 'p6' with a different type}}

12345678910>>...15