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

  /external/valgrind/main/VEX/priv/
host_x86_isel.c 119 static Bool isZeroU64 ( IRExpr* e )
    [all...]
host_amd64_isel.c 272 static Bool isZeroU64 ( IRExpr* e )
911 if ((e->Iex.Binop.op == Iop_Sub64 && isZeroU64(e->Iex.Binop.arg1))
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 880 static Bool isZeroU64 ( IRAtom* e )
902 Bool (*isZero)(IRAtom*) = m64 ? isZeroU64 : isZeroU32;
    [all...]

Completed in 6011 milliseconds