Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_defs.c2483 # define UNARY(_ta1,_td) \ in typeOfPrimop() argument
2484 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop()
2485 # define BINARY(_ta1,_ta2,_td) \ in typeOfPrimop() argument
2486 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop()
2487 # define TERNARY(_ta1,_ta2,_ta3,_td) \ in typeOfPrimop() argument
2488 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()
2490 # define QUATERNARY(_ta1,_ta2,_ta3,_ta4,_td) \ in typeOfPrimop() argument
2491 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop()