HomeSort by relevance Sort by last modified time
    Searched refs:isZeroU32 (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]
host_x86_isel.c 113 static Bool isZeroU32 ( IRExpr* e )
925 if (e->Iex.Binop.op == Iop_Sub32 && isZeroU32(e->Iex.Binop.arg1)) {
    [all...]
host_amd64_isel.c 302 static Bool isZeroU32 ( IRExpr* e )
974 || (e->Iex.Binop.op == Iop_Sub32 && isZeroU32(e->Iex.Binop.arg1))) {
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 610 milliseconds