Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_isel.c338 static Bool isZeroU64 ( IRExpr* e ) { in isZeroU64() function
1525 if (isZeroU64(e->Iex.Binop.arg1)) { in iselIntExpr_R_wrk()
Dhost_amd64_isel.c294 static Bool isZeroU64 ( IRExpr* e ) in isZeroU64() function
972 if ((e->Iex.Binop.op == Iop_Sub64 && isZeroU64(e->Iex.Binop.arg1)) in iselIntExpr_R_wrk()
Dir_opt.c1192 static Bool isZeroU64 ( IRExpr* e )
/external/valgrind/memcheck/
Dmc_translate.c1096 static Bool isZeroU64 ( IRAtom* e ) in isZeroU64() function
1118 Bool (*isZero)(IRAtom*) = m64 ? isZeroU64 : isZeroU32; in doCmpORD()