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
263 here. */
293 here. */
999 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1359 We assume here, that the definedness of GUARD has already been checked.
1516 operation. Here are some special cases which use PCast only
1567 operation. Here are some special cases which use PCast only
1703 operation. Here are some special cases which use PCast only
1765 IRAtom* here;
1797 here = mkPCastTo( mce, mergeTy, expr2vbits(mce, exprvec[i]) );
1799 ? mkUifU64(mce, here, curr)
1800 : mkUifU32(mce, here, curr);
2071 /* Here's a simple scheme capable of handling ops derived from SSE1
2328 /* We used to do something very clever here, but on closer inspection
3669 /* non-FP after here */
4432 /* Here's the call. */
4449 /* Ideally the didn't-happen return value here would be all-ones
4828 /* Note, no V256 case here, because no big-endian target that
5003 IRAtom *src, *here, *curr;
5031 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, arg) );
5032 curr = mkUifU32(mce, here, curr);
5076 here = mkPCastTo( mce, Ity_I32, src );
5077 curr = mkUifU32(mce, here, curr);
5109 here = mkPCastTo(
5114 curr = mkUifU32(mce, here, curr);
5119 here = mkPCastTo(
5124 curr = mkUifU32(mce, here, curr);
5129 here = mkPCastTo(
5134 curr = mkUifU32(mce, here, curr);
5270 it. However, in the case envisaged here, there will so far have
5746 reservation address. But we can't tell that here (and
6102 no need to assert that here. */
6428 here. */
6505 /* Ideally the didn't-happen return value here would be
6669 no harm in being completely general here, since iropt will
6682 IRAtom* here;
6698 here = schemeE( mce, args[i] );
6699 curr = gen_maxU32( mce, curr, here );
6786 IRAtom *here, *curr;
6802 here = schemeE( mce, arg );
6803 curr = gen_maxU32( mce, curr, here );
6848 here = assignNew( 'B', mce, Ity_I32,
6850 curr = gen_maxU32( mce, curr, here );
6866 here = schemeE( mce, d->mAddr );
6867 curr = gen_maxU32( mce, curr, here );
6878 here = gen_guarded_load_b( mce, 4, d->mAddr, d->mSize - toDo,
6880 curr = gen_maxU32( mce, curr, here );
6885 here = gen_guarded_load_b( mce, 2, d->mAddr, d->mSize - toDo,
6887 curr = gen_maxU32( mce, curr, here );
6892 here = gen_guarded_load_b( mce, 1, d->mAddr, d->mSize - toDo,
6894 curr = gen_maxU32( mce, curr, here );
7059 nothing to do here. */