Home
last modified time | relevance | path

Searched refs:dst_r (Results 1 – 25 of 30) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_mfqe_msa.c25 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; in filter_by_weight8x8_msa() local
44 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight8x8_msa()
46 res_h_r += (dst_r * dst_wt); in filter_by_weight8x8_msa()
55 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight8x8_msa()
57 res_h_r += (dst_r * dst_wt); in filter_by_weight8x8_msa()
73 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; in filter_by_weight16x16_msa() local
84 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight16x16_msa()
86 res_h_r += (dst_r * dst_wt); in filter_by_weight16x16_msa()
94 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight16x16_msa()
96 res_h_r += (dst_r * dst_wt); in filter_by_weight16x16_msa()
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Dmfqe_msa.c25 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; in filter_by_weight8x8_msa() local
44 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight8x8_msa()
46 res_h_r += (dst_r * dst_wt); in filter_by_weight8x8_msa()
55 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight8x8_msa()
57 res_h_r += (dst_r * dst_wt); in filter_by_weight8x8_msa()
76 v8i16 src_r, src_l, dst_r, dst_l; in filter_by_weight16x16_msa() local
87 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight16x16_msa()
89 res_h_r += (dst_r * dst_wt); in filter_by_weight16x16_msa()
97 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight16x16_msa()
99 res_h_r += (dst_r * dst_wt); in filter_by_weight16x16_msa()
[all …]
/external/pcre/dist2/src/sljit/
DsljitNativeS390X.c1549 sljit_gpr dst_r; in sljit_emit_op1() local
1565 dst_r = gpr(dst); in sljit_emit_op1()
1570 ins = llcr(dst_r, src_r); in sljit_emit_op1()
1573 ins = lbr(dst_r, src_r); in sljit_emit_op1()
1576 ins = llhr(dst_r, src_r); in sljit_emit_op1()
1579 ins = lhr(dst_r, src_r); in sljit_emit_op1()
1582 ins = lr(dst_r, src_r); in sljit_emit_op1()
1586 ins = llgcr(dst_r, src_r); in sljit_emit_op1()
1589 ins = lgbr(dst_r, src_r); in sljit_emit_op1()
1592 ins = llghr(dst_r, src_r); in sljit_emit_op1()
[all …]
DsljitNativeX86_common.c1097 sljit_s32 dst_r; in emit_mov_byte() local
1123 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_byte()
1128 SLJIT_ASSERT(dst_r == TMP_REG1); in emit_mov_byte()
1131 dst_r = src; in emit_mov_byte()
1133 dst_r = src; in emit_mov_byte()
1172 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_mov_byte()
1180 if (dst_r == TMP_REG1) { in emit_mov_byte()
1201 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1214 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1220 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_byte()
[all …]
DsljitNativeARM_64.c1161 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op1() local
1169 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1174 if (dst_r != TMP_REG1 && FAST_IS_REG(src)) in sljit_emit_op1()
1175 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1219 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1221 dst_r = src; in sljit_emit_op1()
1223 FAIL_IF(emit_op_mem(compiler, mem_flags, dst_r, src, srcw, TMP_REG1)); in sljit_emit_op1()
1226 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1246 emit_op_imm(compiler, flags | op, dst_r, TMP_REG1, src); in sljit_emit_op1()
1249 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
[all …]
DsljitNativeSPARC_common.c720 sljit_s32 dst_r = TMP_REG2; in emit_op() local
732 dst_r = dst; in emit_op()
735 sugg_src2_r = dst_r; in emit_op()
786 dst_r = src2_r; in emit_op()
797 dst_r = 0; in emit_op()
825 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
829 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
832 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
1058 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1077 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | FD(dst_r) | FS2(TMP_FREG1), MOVABLE_INS… in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeARM_T2_32.c1346 sljit_s32 dst_r, flags; in sljit_emit_op1() local
1354 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1392 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG2, srcw)); in sljit_emit_op1()
1394 FAIL_IF(emit_op_mem(compiler, flags, dst_r, src, srcw, TMP_REG1)); in sljit_emit_op1()
1396 if (dst_r != TMP_REG1) in sljit_emit_op1()
1397 return emit_op_imm(compiler, op, dst_r, TMP_REG2, src); in sljit_emit_op1()
1398 dst_r = src; in sljit_emit_op1()
1404 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1422 emit_op_imm(compiler, flags | op, dst_r, TMP_REG2, src); in sljit_emit_op1()
1425 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
[all …]
DsljitNativePPC_common.c1069 sljit_s32 dst_r = TMP_REG2; in emit_op() local
1077 dst_r = dst; in emit_op()
1081 sugg_src2_r = dst_r; in emit_op()
1104 dst_r = src2_r; in emit_op()
1115 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
1120 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1); in emit_op()
1678 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1701 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw()
1706 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_conv_f64_from_sw()
1711 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeMIPS_common.c1097 sljit_s32 dst_r = TMP_REG2; in emit_op() local
1112 dst_r = dst; in emit_op()
1115 sugg_src2_r = dst_r; in emit_op()
1169 dst_r = src2_r; in emit_op()
1180 dst_r = 0; in emit_op()
1208 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
1212 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
1215 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op()
1564 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1581 …(4 << 21) | (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeARM_32.c1990 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
2005 …FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VCVT_F32_S32, op & SLJIT_F32_OP, dst_r, TMP_FREG1, … in sljit_emit_fop1_conv_f64_from_sw()
2036 sljit_s32 dst_r; in sljit_emit_fop1() local
2043 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2049 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, dst_r, src, srcw)); in sljit_emit_fop1()
2050 src = dst_r; in sljit_emit_fop1()
2055 if (src != dst_r) { in sljit_emit_fop1()
2056 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
2057 FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VMOV_F32, op & SLJIT_F32_OP, dst_r, src, 0))); in sljit_emit_fop1()
2059 dst_r = src; in sljit_emit_fop1()
[all …]
DsljitNativeX86_64.c849 sljit_s32 dst_r; in emit_mov_int() local
874 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
877 dst_r = src; in emit_mov_int()
880 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int()
885 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
892 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
/external/stressapptest/src/
Dadler32memcpy.cc421 #define dst_r "r4" in AdlerMemcpyAsm()
427 "mov " dst_r ", %[dst]; \n" in AdlerMemcpyAsm()
452 "vstm " dst_r "!, {q8, q9, q10, q11}; \n" in AdlerMemcpyAsm()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc590 uint8_t* dst_r, in SplitRGBRow_NEON() argument
604 "+r"(dst_r), // %1 in SplitRGBRow_NEON()
Drow_any.cc1067 void NAMEANY(const uint8_t* src_ptr, uint8_t* dst_r, uint8_t* dst_g, \
1074 ANY_SIMD(src_ptr, dst_r, dst_g, dst_b, n); \
1078 memcpy(dst_r + n, temp + 16 * 3, r); \
Drow_neon64.cc637 uint8_t* dst_r, in SplitRGBRow_NEON() argument
650 "+r"(dst_r), // %1 in SplitRGBRow_NEON()
Dplanar_functions.cc496 uint8_t* dst_r, in SplitRGBPlane() argument
505 void (*SplitRGBRow)(const uint8_t* src_rgb, uint8_t* dst_r, uint8_t* dst_g, in SplitRGBPlane()
510 dst_r = dst_r + (height - 1) * dst_stride_r; in SplitRGBPlane()
543 SplitRGBRow(src_rgb, dst_r, dst_g, dst_b, width); in SplitRGBPlane()
544 dst_r += dst_stride_r; in SplitRGBPlane()
/external/libyuv/files/source/
Drow_neon.cc590 uint8_t* dst_r, in SplitRGBRow_NEON() argument
604 "+r"(dst_r), // %1 in SplitRGBRow_NEON()
Drow_neon64.cc637 uint8_t* dst_r, in SplitRGBRow_NEON() argument
650 "+r"(dst_r), // %1 in SplitRGBRow_NEON()
Drow_any.cc1215 void NAMEANY(const uint8_t* src_ptr, uint8_t* dst_r, uint8_t* dst_g, \
1222 ANY_SIMD(src_ptr, dst_r, dst_g, dst_b, n); \
1226 memcpy(dst_r + n, temp + 16 * 3, r); \
Dplanar_functions.cc568 uint8_t* dst_r, in SplitRGBPlane() argument
577 void (*SplitRGBRow)(const uint8_t* src_rgb, uint8_t* dst_r, uint8_t* dst_g, in SplitRGBPlane()
582 dst_r = dst_r + (height - 1) * dst_stride_r; in SplitRGBPlane()
623 SplitRGBRow(src_rgb, dst_r, dst_g, dst_b, width); in SplitRGBPlane()
624 dst_r += dst_stride_r; in SplitRGBPlane()
Drow_gcc.cc3614 uint8_t* dst_r, in SplitRGBRow_SSSE3() argument
3658 "+r"(dst_r), // %1 in SplitRGBRow_SSSE3()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h112 uint8_t* dst_r,
Drow.h1373 uint8_t* dst_r,
1378 uint8_t* dst_r,
1383 uint8_t* dst_r,
1388 uint8_t* dst_r,
1393 uint8_t* dst_r,
/external/libyuv/files/include/libyuv/
Drow.h1616 uint8_t* dst_r,
1621 uint8_t* dst_r,
1626 uint8_t* dst_r,
1631 uint8_t* dst_r,
1636 uint8_t* dst_r,
1641 uint8_t* dst_r,
1646 uint8_t* dst_r,
Dplanar_functions.h112 uint8_t* dst_r,

12