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

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

Completed in 75 milliseconds