Lines Matching defs:here
75 Here is as good a place as any to record exactly when V bits are and
270 here. */
300 here. */
1079 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1439 We assume here, that the definedness of GUARD has already been checked.
1595 operation. Here are some special cases which use PCast only
1654 operation. Here are some special cases which use PCast only
1790 operation. Here are some special cases which use PCast only
1869 IRAtom* here;
1901 here = mkPCastTo( mce, mergeTy, expr2vbits(mce, exprvec[i]) );
1903 ? mkUifU64(mce, here, curr)
1904 : mkUifU32(mce, here, curr);
2175 /* Here's a simple scheme capable of handling ops derived from SSE1
2461 /* We used to do something very clever here, but on closer inspection
3963 /* non-FP after here */
4795 /* Here's the call. */
4812 /* Ideally the didn't-happen return value here would be all-ones
5191 /* Note, no V256 case here, because no big-endian target that
5366 IRAtom *src, *here, *curr;
5394 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, arg) );
5395 curr = mkUifU32(mce, here, curr);
5439 here = mkPCastTo( mce, Ity_I32, src );
5440 curr = mkUifU32(mce, here, curr);
5472 here = mkPCastTo(
5477 curr = mkUifU32(mce, here, curr);
5482 here = mkPCastTo(
5487 curr = mkUifU32(mce, here, curr);
5492 here = mkPCastTo(
5497 curr = mkUifU32(mce, here, curr);
5649 it. However, in the case envisaged here, there will so far have
6125 reservation address. But we can't tell that here (and
6486 no need to assert that here. */
6737 same IR type, which is always true here -- the type is Ity_I1. */
6923 here. */
7000 /* Ideally the didn't-happen return value here would be
7164 no harm in being completely general here, since iropt will
7177 IRAtom* here;
7193 here = schemeE( mce, args[i] );
7194 curr = gen_maxU32( mce, curr, here );
7281 IRAtom *here, *curr;
7297 here = schemeE( mce, arg );
7298 curr = gen_maxU32( mce, curr, here );
7343 here = assignNew( 'B', mce, Ity_I32,
7345 curr = gen_maxU32( mce, curr, here );
7361 here = schemeE( mce, d->mAddr );
7362 curr = gen_maxU32( mce, curr, here );
7373 here = gen_guarded_load_b( mce, 4, d->mAddr, d->mSize - toDo,
7375 curr = gen_maxU32( mce, curr, here );
7380 here = gen_guarded_load_b( mce, 2, d->mAddr, d->mSize - toDo,
7382 curr = gen_maxU32( mce, curr, here );
7387 here = gen_guarded_load_b( mce, 1, d->mAddr, d->mSize - toDo,
7389 curr = gen_maxU32( mce, curr, here );
7556 here. */