Home
last modified time | relevance | path

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

/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/
DsljitNativeX86_common.c902 sljit_s32 dst_r; in emit_mov_byte() local
931 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_byte()
936 SLJIT_ASSERT(dst_r == TMP_REG1); in emit_mov_byte()
939 dst_r = src; in emit_mov_byte()
941 dst_r = src; in emit_mov_byte()
980 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_mov_byte()
988 if (dst_r == TMP_REG1) { in emit_mov_byte()
1009 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1022 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1028 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_byte()
[all …]
DsljitNativeARM_T2_32.c1318 sljit_s32 dst_r, flags; in sljit_emit_op1() local
1329 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1393 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1395 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1398 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1400 if (dst_r != TMP_REG1) in sljit_emit_op1()
1401 return emit_op_imm(compiler, op, dst_r, TMP_REG1, src); in sljit_emit_op1()
1402 dst_r = src; in sljit_emit_op1()
1406 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1409 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
[all …]
DsljitNativeARM_64.c1282 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op1() local
1293 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1373 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1375 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1378 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1380 if (dst_r != TMP_REG1) in sljit_emit_op1()
1381 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1382 dst_r = src; in sljit_emit_op1()
1386 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1389 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
[all …]
DsljitNativeSPARC_common.c645 sljit_s32 dst_r = TMP_REG2; in emit_op() local
660 dst_r = dst; in emit_op()
663 sugg_src2_r = dst_r; in emit_op()
713 dst_r = src2_r; in emit_op()
724 dst_r = 0; in emit_op()
752 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
756 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
759 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
989 sljit_s32 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1008 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | DA(dst_r) | S2A(TMP_FREG1), MOVABLE_INS… in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeARM_32.c1613 sljit_s32 dst_r; in emit_op() local
1626 dst_r = TMP_REG2; in emit_op()
1629 dst_r = dst; in emit_op()
1632 sugg_src2_r = dst_r; in emit_op()
1638 dst_r = TMP_REG2; in emit_op()
1642 dst_r = 0; in emit_op()
1699 dst_r = src2_r; in emit_op()
1741 if (src1_r == 0 && src2_r == 0 && dst_r == 0) { in emit_op()
1759 else if (src1_r == 0 && dst_r == 0) { in emit_op()
1763 else if (src2_r == 0 && dst_r == 0) { in emit_op()
[all …]
DsljitNativePPC_common.c1130 sljit_s32 dst_r; in emit_op() local
1145 dst_r = TMP_REG2; in emit_op()
1148 dst_r = dst; in emit_op()
1151 sugg_src2_r = dst_r; in emit_op()
1157 dst_r = TMP_REG2; in emit_op()
1161 dst_r = 0; in emit_op()
1186 dst_r = src2_r; in emit_op()
1201 if (src1_r == 0 && src2_r == 0 && dst_r == 0) { in emit_op()
1217 else if (src1_r == 0 && dst_r == 0) { in emit_op()
1221 else if (src2_r == 0 && dst_r == 0) { in emit_op()
[all …]
DsljitNativeMIPS_common.c906 sljit_s32 dst_r = TMP_REG2; in emit_op() local
923 dst_r = dst; in emit_op()
926 sugg_src2_r = dst_r; in emit_op()
980 dst_r = src2_r; in emit_op()
991 dst_r = 0; in emit_op()
1019 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
1023 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
1026 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op()
1335 sljit_s32 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1352 …(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 …]
DsljitNativeX86_64.c697 sljit_s32 dst_r; in emit_mov_int() local
722 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
725 dst_r = src; in emit_mov_int()
728 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int()
733 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
740 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
DsljitNativeTILEGX_64.c1965 sljit_s32 dst_r = TMP_REG2; in emit_op() local
1981 dst_r = dst; in emit_op()
1984 sugg_src2_r = dst_r; in emit_op()
2037 dst_r = src2_r; in emit_op()
2046 dst_r = 0; in emit_op()
2071 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
2075 getput_arg_fast(compiler, flags, reg_map[dst_r], dst, dstw); in emit_op()
2079 return getput_arg(compiler, flags, reg_map[dst_r], dst, dstw, 0, 0); in emit_op()
/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/webp/src/mux/
Danim_encode.c377 const int dst_r = (dst >> 16) & 0xff; in PixelsAreSimilar() local
382 (abs(src_r - dst_r) * dst_a <= (max_allowed_diff * 255)) && in PixelsAreSimilar()