Home
last modified time | relevance | path

Searched defs:src2 (Results 1 – 25 of 169) sorted by relevance

1234567

/external/v8/src/ia32/
Dassembler-ia32.h1094 void vfmadd132sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd132sd()
1097 void vfmadd213sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd213sd()
1100 void vfmadd231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd231sd()
1103 void vfmadd132sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd132sd()
1106 void vfmadd213sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd213sd()
1109 void vfmadd231sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd231sd()
1112 void vfmsub132sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub132sd()
1115 void vfmsub213sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub213sd()
1118 void vfmsub231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub231sd()
1121 void vfmsub132sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmsub132sd()
[all …]
/external/v8/src/x64/
Dassembler-x64.h1315 void vfmadd132sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd132sd()
1318 void vfmadd213sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd213sd()
1321 void vfmadd231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd231sd()
1324 void vfmadd132sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd132sd()
1327 void vfmadd213sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd213sd()
1330 void vfmadd231sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd231sd()
1333 void vfmsub132sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub132sd()
1336 void vfmsub213sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub213sd()
1339 void vfmsub231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub231sd()
1342 void vfmsub132sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmsub132sd()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dsum_squares_msa.c22 uint64_t src0, src1, src2, src3; in vpx_sum_squares_2d_i16_msa() local
35 v8i16 src0, src1, src2, src3, src4, src5, src6, src7; in vpx_sum_squares_2d_i16_msa() local
47 v8i16 src0, src1, src2, src3, src4, src5, src6, src7; in vpx_sum_squares_2d_i16_msa() local
76 v8i16 src0, src1, src2, src3, src4, src5, src6, src7; in vpx_sum_squares_2d_i16_msa() local
Dvpx_convolve_copy_msa.c18 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_width8_msa() local
101 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_16multx8mult_msa() local
125 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_width16_msa() local
155 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_width32_msa() local
Dvpx_convolve8_horiz_msa.c19 v16i8 src0, src1, src2, src3, filt0, filt1, filt2, filt3; in common_hz_8t_4x4_msa() local
47 v16i8 src0, src1, src2, src3; in common_hz_8t_4x8_msa() local
93 v16i8 src0, src1, src2, src3, filt0, filt1, filt2, filt3; in common_hz_8t_8x4_msa() local
124 v16i8 src0, src1, src2, src3, filt0, filt1, filt2, filt3; in common_hz_8t_8x8mult_msa() local
169 v16i8 src0, src1, src2, src3, filt0, filt1, filt2, filt3; in common_hz_8t_16w_msa() local
207 v16i8 src0, src1, src2, src3, filt0, filt1, filt2, filt3; in common_hz_8t_32w_msa() local
265 v16i8 src0, src1, src2, src3, filt0, filt1, filt2, filt3; in common_hz_8t_64w_msa() local
320 v16i8 src0, src1, src2, src3, mask; in common_hz_2t_4x4_msa() local
342 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, mask; in common_hz_2t_4x8_msa() local
379 v16i8 src0, src1, src2, src3, mask; in common_hz_2t_8x4_msa() local
[all …]
/external/vixl/src/aarch64/
Dlogic-aarch64.cc713 const LogicVRegister& src2, in cmp()
768 const LogicVRegister& src2) { in cmptst()
782 const LogicVRegister& src2) { in add()
813 const LogicVRegister& src2) { in addp()
825 const LogicVRegister& src2) { in mla()
836 const LogicVRegister& src2) { in mls()
847 const LogicVRegister& src2) { in mul()
859 const LogicVRegister& src2, in mul()
870 const LogicVRegister& src2, in mla()
881 const LogicVRegister& src2, in mls()
[all …]
/external/bison/lib/
Dbitset_stats.c460 bitset_stats_and (bitset dst, bitset src1, bitset src2) in bitset_stats_and()
468 bitset_stats_and_cmp (bitset dst, bitset src1, bitset src2) in bitset_stats_and_cmp()
476 bitset_stats_andn (bitset dst, bitset src1, bitset src2) in bitset_stats_andn()
484 bitset_stats_andn_cmp (bitset dst, bitset src1, bitset src2) in bitset_stats_andn_cmp()
492 bitset_stats_or (bitset dst, bitset src1, bitset src2) in bitset_stats_or()
500 bitset_stats_or_cmp (bitset dst, bitset src1, bitset src2) in bitset_stats_or_cmp()
508 bitset_stats_xor (bitset dst, bitset src1, bitset src2) in bitset_stats_xor()
516 bitset_stats_xor_cmp (bitset dst, bitset src1, bitset src2) in bitset_stats_xor_cmp()
524 bitset_stats_and_or (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_stats_and_or()
532 bitset_stats_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_stats_and_or_cmp()
[all …]
Dabitset.c427 abitset_and (bitset dst, bitset src1, bitset src2) in abitset_and()
441 abitset_and_cmp (bitset dst, bitset src1, bitset src2) in abitset_and_cmp()
465 abitset_andn (bitset dst, bitset src1, bitset src2) in abitset_andn()
479 abitset_andn_cmp (bitset dst, bitset src1, bitset src2) in abitset_andn_cmp()
503 abitset_or (bitset dst, bitset src1, bitset src2) in abitset_or()
517 abitset_or_cmp (bitset dst, bitset src1, bitset src2) in abitset_or_cmp()
541 abitset_xor (bitset dst, bitset src1, bitset src2) in abitset_xor()
555 abitset_xor_cmp (bitset dst, bitset src1, bitset src2) in abitset_xor_cmp()
579 abitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_and_or()
594 abitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_and_or_cmp()
[all …]
Dbitset.c409 bitset_op4_cmp (bitset dst, bitset src1, bitset src2, bitset src3, in bitset_op4_cmp()
450 bitset_and_or_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_and_or_()
459 bitset_and_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_and_or_cmp_()
467 bitset_andn_or_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_andn_or_()
476 bitset_andn_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_andn_or_cmp_()
484 bitset_or_and_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_or_and_()
493 bitset_or_and_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_or_and_cmp_()
Dvbitset.c502 vbitset_and (bitset dst, bitset src1, bitset src2) in vbitset_and()
529 vbitset_and_cmp (bitset dst, bitset src1, bitset src2) in vbitset_and_cmp()
582 vbitset_andn (bitset dst, bitset src1, bitset src2) in vbitset_andn()
622 vbitset_andn_cmp (bitset dst, bitset src1, bitset src2) in vbitset_andn_cmp()
687 vbitset_or (bitset dst, bitset src1, bitset src2) in vbitset_or()
723 vbitset_or_cmp (bitset dst, bitset src1, bitset src2) in vbitset_or_cmp()
778 vbitset_xor (bitset dst, bitset src1, bitset src2) in vbitset_xor()
814 vbitset_xor_cmp (bitset dst, bitset src1, bitset src2) in vbitset_xor_cmp()
872 vbitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_and_or()
902 vbitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in vbitset_and_or_cmp()
[all …]
Dlbitset.c1037 lbitset_op3_cmp (bitset dst, bitset src1, bitset src2, enum bitset_ops op) in lbitset_op3_cmp()
1195 lbitset_and_cmp (bitset dst, bitset src1, bitset src2) in lbitset_and_cmp()
1220 lbitset_and (bitset dst, bitset src1, bitset src2) in lbitset_and()
1227 lbitset_andn_cmp (bitset dst, bitset src1, bitset src2) in lbitset_andn_cmp()
1249 lbitset_andn (bitset dst, bitset src1, bitset src2) in lbitset_andn()
1256 lbitset_or_cmp (bitset dst, bitset src1, bitset src2) in lbitset_or_cmp()
1274 lbitset_or (bitset dst, bitset src1, bitset src2) in lbitset_or()
1281 lbitset_xor_cmp (bitset dst, bitset src1, bitset src2) in lbitset_xor_cmp()
1299 lbitset_xor (bitset dst, bitset src1, bitset src2) in lbitset_xor()
/external/opencv/cv/src/
D_cvmatrix.h63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \ argument
66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \ argument
91 CV_INLINE double icvDotProduct_32f( const float* src1, const float* src2, int len ) in icvDotProduct_32f()
102 CV_INLINE double icvDotProduct_64f( const double* src1, const double* src2, int len ) in icvDotProduct_64f()
113 CV_INLINE void icvMulVectors_32f( const float* src1, const float* src2, in icvMulVectors_32f()
123 CV_INLINE void icvMulVectors_64d( const double* src1, const double* src2, in icvMulVectors_64d()
134 CV_INLINE void icvAddVector_32f( const float* src1, const float* src2, in icvAddVector_32f()
144 CV_INLINE void icvAddVector_64d( const double* src1, const double* src2, in icvAddVector_64d()
155 CV_INLINE void icvSubVector_32f( const float* src1, const float* src2, in icvSubVector_32f()
165 CV_INLINE void icvSubVector_64d( const double* src1, const double* src2, in icvSubVector_64d()
[all …]
Dcvderiv.cpp90 float* src2 = src + src_step; in icvSepConvSmall3_32f() local
575 const int *src0 = src[-1], *src1 = src[0], *src2 = src[1]; in icvLaplaceCol_32s16s() local
609 … const int *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; in icvLaplaceCol_32s16s() local
643 const int* src1 = src[k] + i, *src2 = src[-k] + i; in icvLaplaceCol_32s16s() local
659 const int* src1 = src[k] + i, *src2 = src[-k] + i; in icvLaplaceCol_32s16s() local
675 const int* src1 = src[k] + i, *src2 = src[-k] + i; in icvLaplaceCol_32s16s() local
717 const float *src0 = src[-1], *src1 = src[0], *src2 = src[1]; in icvLaplaceCol_32f() local
751 … const float *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; in icvLaplaceCol_32f() local
772 const float* src1 = src[k] + i, *src2 = src[-k] + i; in icvLaplaceCol_32f() local
788 const float* src1 = src[k] + i, *src2 = src[-k] + i; in icvLaplaceCol_32f() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col; in micro_tile_8_x_4_8bit() local
84 uint16_t *src2 = (uint16_t *)src + src_pitch * row + col; in micro_tile_4_x_4_16bit() local
115 uint16_t *src2 = (uint16_t *)src + src_pitch * row + col; in micro_tile_8_x_2_16bit() local
146 uint32_t *src2 = (uint32_t *)src + src_pitch * row + col; in micro_tile_4_x_2_32bit() local
177 uint64_t *src2 = (uint64_t *)src + src_pitch * row + col; in micro_tile_2_x_2_64bit() local
269 uint8_t *src2 = (uint8_t *)src + row * src_pitch + in micro_untile_8_x_4_8bit() local
302 uint16_t *src2 = (uint16_t *)src + row * src_pitch + in micro_untile_8_x_2_16bit() local
335 uint16_t *src2 = (uint16_t *)src + row * src_pitch + in micro_untile_4_x_4_16bit() local
368 uint32_t *src2 = (uint32_t *)src + row * src_pitch + in micro_untile_4_x_2_32bit() local
401 uint64_t *src2 = (uint64_t *)src + row * src_pitch + in micro_untile_2_x_2_64bit() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col; in micro_tile_8_x_4_8bit() local
84 uint16_t *src2 = (uint16_t *)src + src_pitch * row + col; in micro_tile_4_x_4_16bit() local
115 uint16_t *src2 = (uint16_t *)src + src_pitch * row + col; in micro_tile_8_x_2_16bit() local
146 uint32_t *src2 = (uint32_t *)src + src_pitch * row + col; in micro_tile_4_x_2_32bit() local
177 uint64_t *src2 = (uint64_t *)src + src_pitch * row + col; in micro_tile_2_x_2_64bit() local
269 uint8_t *src2 = (uint8_t *)src + row * src_pitch + in micro_untile_8_x_4_8bit() local
302 uint16_t *src2 = (uint16_t *)src + row * src_pitch + in micro_untile_8_x_2_16bit() local
335 uint16_t *src2 = (uint16_t *)src + row * src_pitch + in micro_untile_4_x_4_16bit() local
368 uint32_t *src2 = (uint32_t *)src + row * src_pitch + in micro_untile_4_x_2_32bit() local
401 uint64_t *src2 = (uint64_t *)src + row * src_pitch + in micro_untile_2_x_2_64bit() local
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c36 #define ARG2(flags, src2) ((flags & SRC2_IMM) ? IMM(src2) : S2(src2)) argument
39 sljit_s32 dst, sljit_s32 src1, sljit_sw src2) in emit_single_op()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dcopymem_msa.c16 uint64_t src0, src1, src2, src3; in copy_8x4_msa() local
24 uint64_t src0, src1, src2, src3; in copy_8x8_msa() local
37 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_16x16_msa() local
Dbilinear_filter_msa.c33 v16i8 src0, src1, src2, src3, mask; in common_hz_2t_4x4_msa() local
54 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, mask; in common_hz_2t_4x8_msa() local
90 v16i8 src0, src1, src2, src3, mask; in common_hz_2t_8x4_msa() local
112 v16i8 src0, src1, src2, src3, mask, out0, out1; in common_hz_2t_8x8mult_msa() local
184 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, mask; in common_hz_2t_16w_msa() local
247 v16i8 src0, src1, src2, src3, src4; in common_vt_2t_4x4_msa() local
271 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_4x8_msa() local
314 v16u8 src0, src1, src2, src3, src4, vec0, vec1, vec2, vec3, filt0; in common_vt_2t_8x4_msa() local
336 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_8x8mult_msa() local
388 v16u8 src0, src1, src2, src3, src4; in common_vt_2t_16w_msa() local
[all …]
/external/v8/src/arm/
Dassembler-arm.cc1528 void Assembler::and_(Register dst, Register src1, const Operand& src2, in and_()
1534 void Assembler::eor(Register dst, Register src1, const Operand& src2, in eor()
1540 void Assembler::sub(Register dst, Register src1, const Operand& src2, in sub()
1546 void Assembler::rsb(Register dst, Register src1, const Operand& src2, in rsb()
1552 void Assembler::add(Register dst, Register src1, const Operand& src2, in add()
1558 void Assembler::adc(Register dst, Register src1, const Operand& src2, in adc()
1564 void Assembler::sbc(Register dst, Register src1, const Operand& src2, in sbc()
1570 void Assembler::rsc(Register dst, Register src1, const Operand& src2, in rsc()
1576 void Assembler::tst(Register src1, const Operand& src2, Condition cond) { in tst()
1581 void Assembler::teq(Register src1, const Operand& src2, Condition cond) { in teq()
[all …]
/external/vboot_reference/tests/
Dstateful_util_tests.c151 char* src2 = "Howserrr"; in StatefulMemcpy_rTest() local
224 char* src2 = "ThisIsOnlyATest"; in StatefulMemcpyTest() local
/external/skia/src/core/
DSkMatrix44.cpp750 static void map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_if()
762 static void map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_id()
774 static void map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_tf()
789 static void map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_td()
801 static void map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_sf()
814 static void map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_sd()
826 static void map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_af()
844 static void map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_ad()
858 static void map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_pf()
873 static void map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_pd()
[all …]
/external/clang/test/CodeGen/
Darm-neon-misc.c24 void t2(uint64_t *src1, uint8_t *src2, uint64x2_t *dst) { in t2()
/external/libyuv/files/source/
Dscale_msa.cc69 v16u8 src0, src1, src2, src3, vec0, vec1, vec2, vec3, dst0; in ScaleARGBRowDown2Box_MSA() local
131 v16u8 src0 = {0}, src1 = {0}, src2 = {0}, src3 = {0}; in ScaleARGBRowDownEvenBox_MSA() local
182 v16u8 src0, src1, src2, src3, dst0, dst1; in ScaleRowDown2_MSA() local
203 v16u8 src0, src1, src2, src3, vec0, vec1, vec2, vec3, dst0, dst1; in ScaleRowDown2Linear_MSA() local
230 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, dst0, dst1; in ScaleRowDown2Box_MSA() local
268 v16u8 src0, src1, src2, src3, vec0, vec1, dst0; in ScaleRowDown4_MSA() local
294 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, dst0; in ScaleRowDown4Box_MSA() local
387 v16u8 src0, src1, src2, src3, out; in ScaleRowDown38_2_Box_MSA() local
457 v16u8 src0, src1, src2, src3, src4, src5, out; in ScaleRowDown38_3_Box_MSA() local
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
DPackageSourcePageTest.java53 ISourceFileCoverage src2 = new SourceFileCoverageImpl("Src2.java", in setup() local
/external/vboot_reference/firmware/stub/
Dutility_stub.c20 int Memcmp(const void *src1, const void *src2, size_t n) in Memcmp()

1234567