Searched refs:_td (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2483 # 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()
|
D | guest_tilegx_toIR.c | 252 #define MARK_REG_WB(_rd, _td) \ argument 255 rd_wb_temp[rd_wb_index] = _td; \
|