Searched defs:IS_ADD_OR_SUB (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_translate.c302 # define IS_ADD_OR_SUB(op) (IS_ADD(op) || IS_SUB(op)) macro
416 if (!IS_ADD_OR_SUB(e->Iex.Binop.op)) goto case3;
652 #undef IS_ADD_OR_SUB macro

Completed in 143 milliseconds