Searched refs:_td (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 2108 # define UNARY(_ta1,_td) \ in typeOfPrimop() argument 2109 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop() 2110 # define BINARY(_ta1,_ta2,_td) \ in typeOfPrimop() argument 2111 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop() 2112 # define TERNARY(_ta1,_ta2,_ta3,_td) \ in typeOfPrimop() argument 2113 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2115 # define QUATERNARY(_ta1,_ta2,_ta3,_ta4,_td) \ in typeOfPrimop() argument 2116 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
|