Searched refs:_ta1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 1900 # define UNARY(_ta1,_td) \ in typeOfPrimop() argument 1901 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop() 1902 # define BINARY(_ta1,_ta2,_td) \ in typeOfPrimop() argument 1903 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop() 1904 # define TERNARY(_ta1,_ta2,_ta3,_td) \ in typeOfPrimop() argument 1905 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 1907 # define QUATERNARY(_ta1,_ta2,_ta3,_ta4,_td) \ in typeOfPrimop() argument 1908 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
|