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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c120 static Bool isZeroU64 ( IRExpr* e ) function
2028 if (e->tag == Iex_Mux0X && isZeroU64(e->Iex.Mux0X.exprX)) {
2048 if (e->tag == Iex_Mux0X && isZeroU64(e->Iex.Mux0X.expr0)) {
H A Dhost_amd64_isel.c286 static Bool isZeroU64 ( IRExpr* e ) function
871 if ((e->Iex.Binop.op == Iop_Sub64 && isZeroU64(e->Iex.Binop.arg1))
H A Dir_opt.c1144 static Bool isZeroU64 ( IRExpr* e ) function
2051 if (isZeroU64(e->Iex.Binop.arg2)) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c977 static Bool isZeroU64 ( IRAtom* e ) function
999 Bool (*isZero)(IRAtom*) = m64 ? isZeroU64 : isZeroU32;

Completed in 91 milliseconds