Searched refs:IS_ADD (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_translate.c308 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64)) macro
311 # define IS_ADD_OR_SUB(op) (IS_ADD(op) || IS_SUB(op))
428 if (IS_ADD(e->Iex.Binop.op)) {
659 #undef IS_ADD macro

Completed in 1113 milliseconds