Searched refs:t_arg1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 2105 IRType* t_arg1, IRType* t_arg2, 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() 2129 *t_arg1 = 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 …]
|