Lines Matching defs:here
60 Here is as good a place as any to record exactly when V bits are and
243 here. */
273 here. */
863 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1323 operation. Here are some special cases which use PCast only
1374 operation. Here are some special cases which use PCast only
1457 operation. Here are some special cases which use PCast only
1506 IRAtom* here;
1538 here = mkPCastTo( mce, mergeTy, expr2vbits(mce, exprvec[i]) );
1540 ? mkUifU64(mce, here, curr)
1541 : mkUifU32(mce, here, curr);
1738 /* Here's a simple scheme capable of handling ops derived from SSE1
2880 /* non-FP after here */
3801 IRAtom *src, *here, *curr;
3826 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, d->args[i]) );
3827 curr = mkUifU32(mce, here, curr);
3859 here = mkPCastTo( mce, Ity_I32, src );
3860 curr = mkUifU32(mce, here, curr);
3892 here = mkPCastTo(
3897 curr = mkUifU32(mce, here, curr);
3902 here = mkPCastTo(
3907 curr = mkUifU32(mce, here, curr);
4029 here, there will so far have
4501 reservation address. But we can't tell that here (and
4770 no need to assert that here. */
5093 here. */
5263 no harm in being completely general here, since iropt will
5276 IRAtom* here;
5292 here = schemeE( mce, args[i] );
5293 curr = gen_maxU32( mce, curr, here );
5380 IRAtom *here, *curr;
5393 here = schemeE( mce, d->args[i] );
5394 curr = gen_maxU32( mce, curr, here );
5426 here = assignNew( 'B',mce,
5430 curr = gen_maxU32( mce, curr, here );
5446 here = schemeE( mce, d->mAddr );
5447 curr = gen_maxU32( mce, curr, here );
5458 here = gen_load_b( mce, 4, d->mAddr, d->mSize - toDo );
5459 curr = gen_maxU32( mce, curr, here );
5464 here = gen_load_b( mce, 2, d->mAddr, d->mSize - toDo );
5465 curr = gen_maxU32( mce, curr, here );
5563 nothing to do here. */