Lines Matching full:t2m
3907 IRTemp t2m = newTemp(Ity_I64);
3975 /* Compute the new value into t2m, if non-BT. */
3980 assign( t2m, binop(Iop_Or64, mkU64(mask), mkexpr(t2)) );
3983 assign( t2m, binop(Iop_And64, mkU64(mask), mkexpr(t2)) );
3986 assign( t2m, binop(Iop_Xor64, mkU64(mask), mkexpr(t2)) );
3996 putIRegE(sz, pfx, modrm, narrowTo(ty, mkexpr(t2m)));
4001 narrowTo(ty, mkexpr(t2m))/*new*/,
4004 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m)));