Home | History | Annotate | Download | only in VEX

Lines Matching defs:here

1268    IRAtom* here;
1282 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, exprvec[i]) );
1283 curr = mkUifU32(mce, here, curr);
1376 /* Here's a simple scheme capable of handling ops derived from SSE1
1776 /* non-FP after here */
2335 IRAtom *src, *here, *curr;
2350 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, d->args[i]) );
2351 curr = mkUifU32(mce, here, curr);
2383 here = mkPCastTo( mce, Ity_I32, src );
2384 curr = mkUifU32(mce, here, curr);
2414 here = mkPCastTo(
2419 curr = mkUifU32(mce, here, curr);
2424 here = mkPCastTo(
2429 curr = mkUifU32(mce, here, curr);