Home | History | Annotate | Download | only in priv

Lines Matching refs:vregmap

144         - vregmap   holds the primary register for the IRTemp.
177 HReg* vregmap;
197 return env->vregmap[tmp];
205 *vrLO = env->vregmap[tmp];
4456 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
4482 env->vregmap[i] = hreg;