Searched refs:t_dst (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 2104 IRType* t_dst, in typeOfPrimop() argument 2109 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop() 2111 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop() 2113 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2116 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2120 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop() 2122 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop() 2128 *t_dst = Ity_INVALID; in typeOfPrimop() 2941 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in typeOfIRExpr() local 2956 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr() [all …]
|
/external/valgrind/main/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/main/none/tests/amd64/ |
D | sse4-64.c | 3608 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; in test_PBLENDVB() local 3613 randV128(&t_dst); in test_PBLENDVB() 3617 memcpy(&dst, &t_dst, 16); in test_PBLENDVB() 3624 showV128(&t_dst); in test_PBLENDVB() 3631 memcpy(&dst, &t_dst, 16); in test_PBLENDVB() 3638 showV128(&t_dst); in test_PBLENDVB() 3675 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; in test_BLENDVPD() local 3680 randV128(&t_dst); in test_BLENDVPD() 3684 memcpy(&dst, &t_dst, 16); in test_BLENDVPD() 3691 showV128(&t_dst); in test_BLENDVPD() [all …]
|