Home
last modified time | relevance | path

Searched refs:t_dst (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c153 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()
Dmain.c43 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()
Dvtest.h231 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c1005 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 …]
Dloopfilter_sse2.c1664 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/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c161 static unsigned long t_dst(struct prog_dst_register *dst) in t_dst() function
701 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_POW, t_dst(&dst), in r200_translate_vertex_program()
730 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_POW, t_dst(&dst), in r200_translate_vertex_program()
747 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_ADD, t_dst(&dst), in r200_translate_vertex_program()
766 o_inst->op = MAKE_VSF_OP(hw_op, t_dst(&dst), in r200_translate_vertex_program()
792 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_DOT, t_dst(&dst), in r200_translate_vertex_program()
815 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_DOT, t_dst(&dst), in r200_translate_vertex_program()
830 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_ADD, t_dst(&dst), in r200_translate_vertex_program()
845 o_inst->op=MAKE_VSF_OP(R200_VPI_OUT_OP_MAX, t_dst(&dst), in r200_translate_vertex_program()
872 o_inst->op = MAKE_VSF_OP(R200_VPI_OUT_OP_ADD, t_dst(&dst), in r200_translate_vertex_program()
[all …]
/external/valgrind/VEX/priv/
Dir_defs.c2544 IRType* t_dst, in typeOfPrimop() argument
2549 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop()
2551 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop()
2553 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
2556 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
2560 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop()
2562 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop()
2568 *t_dst = Ity_INVALID; in typeOfPrimop()
3645 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in typeOfIRExpr() local
3660 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr()
[all …]
/external/valgrind/none/tests/amd64/
Dsse4-64.c3583 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/
Dlibvex_ir.h1904 /*OUTs*/ IRType* t_dst, IRType* t_arg1,