Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_defs.c1973 IRType* t_dst, in typeOfPrimop() argument
1978 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop()
1980 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop()
1982 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
1985 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
1989 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop()
1991 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop()
1997 *t_dst = Ity_INVALID; in typeOfPrimop()
2688 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in typeOfIRExpr() local
2703 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr()
[all …]
/external/valgrind/main/VEX/useful/
Dhd_fpu.c701 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/main/none/tests/amd64/
Dsse4-64.c3605 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; in test_PBLENDVB() local
3610 randV128(&t_dst); in test_PBLENDVB()
3614 memcpy(&dst, &t_dst, 16); in test_PBLENDVB()
3621 showV128(&t_dst); in test_PBLENDVB()
3628 memcpy(&dst, &t_dst, 16); in test_PBLENDVB()
3635 showV128(&t_dst); in test_PBLENDVB()
3672 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; in test_BLENDVPD() local
3677 randV128(&t_dst); in test_BLENDVPD()
3681 memcpy(&dst, &t_dst, 16); in test_BLENDVPD()
3688 showV128(&t_dst); in test_BLENDVPD()
[all …]