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

/external/valgrind/main/coregrind/
H A Dm_translate.c267 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64)) macro
270 # define IS_ADD_OR_SUB(op) (IS_ADD(op) || IS_SUB(op))
383 if (IS_ADD(e->Iex.Binop.op)) {
593 #undef IS_ADD macro

Completed in 15 milliseconds