Home | History | Annotate | Download | only in VEX

Lines Matching defs:here

1291    IRAtom* here;
1305 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, exprvec[i]) );
1306 curr = mkUifU32(mce, here, curr);
1399 /* Here's a simple scheme capable of handling ops derived from SSE1
1799 /* non-FP after here */
2358 IRAtom *src, *here, *curr;
2373 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, d->args[i]) );
2374 curr = mkUifU32(mce, here, curr);
2406 here = mkPCastTo( mce, Ity_I32, src );
2407 curr = mkUifU32(mce, here, curr);
2437 here = mkPCastTo(
2442 curr = mkUifU32(mce, here, curr);
2447 here = mkPCastTo(
2452 curr = mkUifU32(mce, here, curr);