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. */
1068 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1428 We assume here, that the definedness of GUARD has already been checked.
1585 operation. Here are some special cases which use PCast only
1636 operation. Here are some special cases which use PCast only
1772 operation. Here are some special cases which use PCast only
1834 IRAtom* here;
1866 here = mkPCastTo( mce, mergeTy, expr2vbits(mce, exprvec[i]) );
1868 ? mkUifU64(mce, here, curr)
1869 : mkUifU32(mce, here, curr);
2140 /* Here's a simple scheme capable of handling ops derived from SSE1
2426 /* We used to do something very clever here, but on closer inspection
3898 /* non-FP after here */
4712 /* Here's the call. */
4729 /* Ideally the didn't-happen return value here would be all-ones
5108 /* Note, no V256 case here, because no big-endian target that
5283 IRAtom *src, *here, *curr;
5311 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, arg) );
5312 curr = mkUifU32(mce, here, curr);
5356 here = mkPCastTo( mce, Ity_I32, src );
5357 curr = mkUifU32(mce, here, curr);
5389 here = mkPCastTo(
5394 curr = mkUifU32(mce, here, curr);
5399 here = mkPCastTo(
5404 curr = mkUifU32(mce, here, curr);
5409 here = mkPCastTo(
5414 curr = mkUifU32(mce, here, curr);
5550 it. However, in the case envisaged here, there will so far have
6026 reservation address. But we can't tell that here (and
6384 no need to assert that here. */
6710 here. */
6787 /* Ideally the didn't-happen return value here would be
6951 no harm in being completely general here, since iropt will
6964 IRAtom* here;
6980 here = schemeE( mce, args[i] );
6981 curr = gen_maxU32( mce, curr, here );
7068 IRAtom *here, *curr;
7084 here = schemeE( mce, arg );
7085 curr = gen_maxU32( mce, curr, here );
7130 here = assignNew( 'B', mce, Ity_I32,
7132 curr = gen_maxU32( mce, curr, here );
7148 here = schemeE( mce, d->mAddr );
7149 curr = gen_maxU32( mce, curr, here );
7160 here = gen_guarded_load_b( mce, 4, d->mAddr, d->mSize - toDo,
7162 curr = gen_maxU32( mce, curr, here );
7167 here = gen_guarded_load_b( mce, 2, d->mAddr, d->mSize - toDo,
7169 curr = gen_maxU32( mce, curr, here );
7174 here = gen_guarded_load_b( mce, 1, d->mAddr, d->mSize - toDo,
7176 curr = gen_maxU32( mce, curr, here );
7342 nothing to do here. */