OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isZeroU32
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/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
301
static Bool
isZeroU32
( IRExpr* e )
973
|| (e->Iex.Binop.op == Iop_Sub32 &&
isZeroU32
(e->Iex.Binop.arg1))) {
[
all
...]
/external/valgrind/memcheck/
mc_translate.c
[
all
...]
Completed in 421 milliseconds