Home | History | Annotate | Download | only in memcheck

Lines Matching full:curr

1766    IRAtom* curr;
1783 curr = definedOfType(mergeTy);
1798 curr = mergeTy64
1799 ? mkUifU64(mce, here, curr)
1800 : mkUifU32(mce, here, curr);
1803 return mkPCastTo(mce, finalVtype, curr );
5003 IRAtom *src, *here, *curr;
5021 curr = definedOfType(Ity_I32);
5032 curr = mkUifU32(mce, here, curr);
5062 /* update 'curr' with UifU of the state slice
5077 curr = mkUifU32(mce, here, curr);
5114 curr = mkUifU32(mce, here, curr);
5124 curr = mkUifU32(mce, here, curr);
5134 curr = mkUifU32(mce, here, curr);
5140 /* Whew! So curr is a 32-bit V-value summarising pessimistically
5148 assign( 'V', mce, dst, mkPCastTo( mce, tyDst, curr) );
5173 /* Write suitably-casted 'curr' to the state slice
5178 mkPCastTo( mce, tyDst, curr ), d->guard );
5193 mkPCastTo( mce, Ity_I32, curr ),
5201 mkPCastTo( mce, Ity_I16, curr ),
5209 mkPCastTo( mce, Ity_I8, curr ),
6684 IRAtom* curr = mkU32(0);
6699 curr = gen_maxU32( mce, curr, here );
6702 return curr;
6786 IRAtom *here, *curr;
6790 curr = schemeE( mce, d->guard );
6803 curr = gen_maxU32( mce, curr, here );
6834 /* update 'curr' with maxU32 of the state slice
6850 curr = gen_maxU32( mce, curr, here );
6867 curr = gen_maxU32( mce, curr, here );
6880 curr = gen_maxU32( mce, curr, here );
6887 curr = gen_maxU32( mce, curr, here );
6894 curr = gen_maxU32( mce, curr, here );
6900 /* Whew! So curr is a 32-bit B-value which should give an origin
6907 assign( 'V', mce, dst, curr );
6933 /* Write 'curr' to the state slice gOff .. gOff+n-1 */
6947 curr = assignNew('V', mce, Ity_I32,
6948 IRExpr_ITE(cond, curr, iffalse));
6952 curr ));
6966 gen_store_b( mce, 4, d->mAddr, d->mSize - toDo, curr,
6972 gen_store_b( mce, 2, d->mAddr, d->mSize - toDo, curr,
6978 gen_store_b( mce, 1, d->mAddr, d->mSize - toDo, curr,