Home
last modified time | relevance | path

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

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