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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c17686 // notInITt = xor32(and32(old_itstate, 1), 1)
17691 // IRTemp notInITt = newTemp(Ity_I32);
17692 // assign(notInITt,
17697 // cond_AND_notInIT_T = and32(notInITt, condT)
17703 // binop(Iop_And32, mkexpr(notInITt), mkexpr(condT)));
17770 IRTemp notInITt = newTemp(Ity_I32); local
17771 assign(notInITt,
17776 /* Compute 'condT && notInITt' -- that is, the instruction is
17782 binop(Iop_And32, mkexpr(notInITt), mkexpr(condT)));
17790 * notInITt i
[all...]

Completed in 182 milliseconds