/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 1005 DECLARE_ALIGNED(16, uint16_t, t_dst[8 * 8]); in vpx_highbd_lpf_vertical_4_sse2() 1011 dst[0] = t_dst; in vpx_highbd_lpf_vertical_4_sse2() 1016 vpx_highbd_lpf_horizontal_4_sse2(t_dst + 4 * 8, 8, blimit, limit, thresh, bd); in vpx_highbd_lpf_vertical_4_sse2() 1018 src[0] = t_dst; in vpx_highbd_lpf_vertical_4_sse2() 1029 DECLARE_ALIGNED(16, uint16_t, t_dst[16 * 8]); in vpx_highbd_lpf_vertical_4_dual_sse2() 1034 highbd_transpose8x16(s - 4, s - 4 + p * 8, p, t_dst, 16); in vpx_highbd_lpf_vertical_4_dual_sse2() 1037 vpx_highbd_lpf_horizontal_4_dual_sse2(t_dst + 4 * 16, 16, blimit0, limit0, in vpx_highbd_lpf_vertical_4_dual_sse2() 1039 src[0] = t_dst; in vpx_highbd_lpf_vertical_4_dual_sse2() 1040 src[1] = t_dst + 8; in vpx_highbd_lpf_vertical_4_dual_sse2() 1051 DECLARE_ALIGNED(16, uint16_t, t_dst[8 * 8]); in vpx_highbd_lpf_vertical_8_sse2() [all …]
|
D | loopfilter_sse2.c | 1664 DECLARE_ALIGNED(16, unsigned char, t_dst[16 * 8]); in vpx_lpf_vertical_4_dual_sse2() 1669 transpose8x16(s - 4, s - 4 + p * 8, p, t_dst, 16); in vpx_lpf_vertical_4_dual_sse2() 1672 vpx_lpf_horizontal_4_dual_sse2(t_dst + 4 * 16, 16, blimit0, limit0, thresh0, in vpx_lpf_vertical_4_dual_sse2() 1674 src[0] = t_dst; in vpx_lpf_vertical_4_dual_sse2() 1675 src[1] = t_dst + 8; in vpx_lpf_vertical_4_dual_sse2() 1687 DECLARE_ALIGNED(8, unsigned char, t_dst[8 * 8]); in vpx_lpf_vertical_8_sse2() 1693 dst[0] = t_dst; in vpx_lpf_vertical_8_sse2() 1698 vpx_lpf_horizontal_8_sse2(t_dst + 4 * 8, 8, blimit, limit, thresh); in vpx_lpf_vertical_8_sse2() 1700 src[0] = t_dst; in vpx_lpf_vertical_8_sse2() 1711 DECLARE_ALIGNED(16, unsigned char, t_dst[16 * 8]); in vpx_lpf_vertical_8_dual_sse2() [all …]
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 153 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in is_floating_point_op_with_rounding_mode() local 155 typeof_primop(op, &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in is_floating_point_op_with_rounding_mode() 160 if (is_floating_point_type(t_dst) || in is_floating_point_op_with_rounding_mode() 202 typeof_primop(IROp op, IRType *t_dst, IRType *t_arg1, IRType *t_arg2, in typeof_primop() argument 205 return typeOfPrimop(op, t_dst, t_arg1, t_arg2, t_arg3, t_arg4); in typeof_primop()
|
D | main.c | 43 IRType t_dst, t1, t2, t3, t4; in new_test_data() local 45 typeof_primop(op->op, &t_dst, &t1, &t2, &t3, &t4); in new_test_data() 46 assert(t_dst != Ity_INVALID); in new_test_data() 49 data->result.type = t_dst; in new_test_data()
|
D | vtest.h | 149 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 163 static unsigned long t_dst(struct prog_dst_register *dst) in t_dst() function 711 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_POW, t_dst(&dst), in r200_translate_vertex_program() 740 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_POW, t_dst(&dst), in r200_translate_vertex_program() 757 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_ADD, t_dst(&dst), in r200_translate_vertex_program() 776 o_inst->op = MAKE_VSF_OP(hw_op, t_dst(&dst), in r200_translate_vertex_program() 802 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_DOT, t_dst(&dst), in r200_translate_vertex_program() 825 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_DOT, t_dst(&dst), in r200_translate_vertex_program() 840 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_ADD, t_dst(&dst), in r200_translate_vertex_program() 855 o_inst->op=MAKE_VSF_OP(R200_VPI_OUT_OP_MAX, t_dst(&dst), in r200_translate_vertex_program() 882 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_ADD, t_dst(&dst), in r200_translate_vertex_program() [all …]
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2479 IRType* t_dst, in typeOfPrimop() argument 2484 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop() 2486 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop() 2488 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2491 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2495 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop() 2497 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop() 2503 *t_dst = Ity_INVALID; in typeOfPrimop() 3547 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in typeOfIRExpr() local 3562 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr() [all …]
|
/external/valgrind/VEX/useful/ |
D | hd_fpu.c | 701 Text t_addr, t_dst; in do_one_insn_fp() local 957 IFDB( t_dst = "1"; ) in do_one_insn_fp() 961 IFDB( t_dst = "lg2"; ) in do_one_insn_fp() 965 IFDB( t_dst = "ln2"; ) in do_one_insn_fp() 969 IFDB( t_dst = "z"; ) in do_one_insn_fp() 973 IFDB( if (dis) printf("\tfld%s\n",t_dst); ) in do_one_insn_fp()
|
/external/valgrind/none/tests/amd64/ |
D | sse4-64.c | 3583 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; in test_PBLENDVB() local 3588 randV128(&t_dst); in test_PBLENDVB() 3592 memcpy(&dst, &t_dst, 16); in test_PBLENDVB() 3599 showV128(&t_dst); in test_PBLENDVB() 3606 memcpy(&dst, &t_dst, 16); in test_PBLENDVB() 3613 showV128(&t_dst); in test_PBLENDVB() 3650 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; in test_BLENDVPD() local 3655 randV128(&t_dst); in test_BLENDVPD() 3659 memcpy(&dst, &t_dst, 16); in test_BLENDVPD() 3666 showV128(&t_dst); in test_BLENDVPD() [all …]
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1855 /*OUTs*/ IRType* t_dst, IRType* t_arg1,
|