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

/external/valgrind/memcheck/tests/vbit-test/
H A Dutil.c217 # define UNARY_COMPARISON(_ta) \ macro
382 case Iop_CmpNEZ8: UNARY_COMPARISON(Ity_I8);
383 case Iop_CmpNEZ16: UNARY_COMPARISON(Ity_I16);
384 case Iop_CmpNEZ32: UNARY_COMPARISON(Ity_I32);
385 case Iop_CmpNEZ64: UNARY_COMPARISON(Ity_I64);
1047 # undef UNARY_COMPARISON macro
/external/valgrind/VEX/priv/
H A Dir_defs.c2493 # define UNARY_COMPARISON(_ta) \ macro
2658 case Iop_CmpNEZ8: UNARY_COMPARISON(Ity_I8);
2659 case Iop_CmpNEZ16: UNARY_COMPARISON(Ity_I16);
2660 case Iop_CmpNEZ32: UNARY_COMPARISON(Ity_I32);
2661 case Iop_CmpNEZ64: UNARY_COMPARISON(Ity_I64);
3439 # undef UNARY_COMPARISON macro

Completed in 56 milliseconds