Searched defs:ctr_ok (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c5161 IRTemp ctr_ok = newTemp(Ity_I32); local
5223 /* This is a bit subtle. ctr_ok is either all 0s or all 1s.
5228 assign( ctr_ok, branch_ctr_ok( BO ) );
5231 binop(Iop_And32, mkexpr(cond_ok), mkexpr(ctr_ok)) );
5307 assign( ctr_ok, branch_ctr_ok( BO ) );
5310 binop(Iop_And32, mkexpr(cond_ok), mkexpr(ctr_ok)) );

Completed in 48 milliseconds