Home | History | Annotate | Download | only in memcheck

Lines Matching defs:here

68    Here is as good a place as any to record exactly when V bits are and
258 here. */
288 here. */
960 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1293 We assume here, that the definedness of GUARD has already been checked.
1450 operation. Here are some special cases which use PCast only
1501 operation. Here are some special cases which use PCast only
1600 operation. Here are some special cases which use PCast only
1662 IRAtom* here;
1694 here = mkPCastTo( mce, mergeTy, expr2vbits(mce, exprvec[i]) );
1696 ? mkUifU64(mce, here, curr)
1697 : mkUifU32(mce, here, curr);
1904 /* Here's a simple scheme capable of handling ops derived from SSE1
2098 /* We used to do something very clever here, but on closer inspection
3307 /* non-FP after here */
4230 /* Note, no V256 case here, because no big-endian target that
4405 IRAtom *src, *here, *curr;
4431 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, d->args[i]) );
4432 curr = mkUifU32(mce, here, curr);
4476 here = mkPCastTo( mce, Ity_I32, src );
4477 curr = mkUifU32(mce, here, curr);
4509 here = mkPCastTo(
4514 curr = mkUifU32(mce, here, curr);
4519 here = mkPCastTo(
4524 curr = mkUifU32(mce, here, curr);
4529 here = mkPCastTo(
4534 curr = mkUifU32(mce, here, curr);
4670 it. However, in the case envisaged here, there will so far have
5142 reservation address. But we can't tell that here (and
5426 no need to assert that here. */
5745 here. */
5938 no harm in being completely general here, since iropt will
5951 IRAtom* here;
5967 here = schemeE( mce, args[i] );
5968 curr = gen_maxU32( mce, curr, here );
6055 IRAtom *here, *curr;
6069 here = schemeE( mce, d->args[i] );
6070 curr = gen_maxU32( mce, curr, here );
6115 here = assignNew( 'B', mce, Ity_I32,
6117 curr = gen_maxU32( mce, curr, here );
6133 here = schemeE( mce, d->mAddr );
6134 curr = gen_maxU32( mce, curr, here );
6145 here = gen_guarded_load_b( mce, 4, d->mAddr, d->mSize - toDo,
6147 curr = gen_maxU32( mce, curr, here );
6152 here = gen_guarded_load_b( mce, 2, d->mAddr, d->mSize - toDo,
6154 curr = gen_maxU32( mce, curr, here );
6159 here = gen_guarded_load_b( mce, 1, d->mAddr, d->mSize - toDo,
6161 curr = gen_maxU32( mce, curr, here );
6284 nothing to do here. */