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

/external/valgrind/main/coregrind/
H A Dm_translate.c300 # define IS_SUB(op) (sizeof_SP==4 ? ((op)==Iop_Sub32) : ((op)==Iop_Sub64)) macro
302 # define IS_ADD_OR_SUB(op) (IS_ADD(op) || IS_SUB(op))
651 #undef IS_SUB macro

Completed in 51 milliseconds