Home | History | Annotate | Download | only in priv

Lines Matching refs:vregmap

83         - vregmap   holds the primary register for the IRTemp.
116 HReg* vregmap;
137 return env->vregmap[tmp];
145 *vrLO = env->vregmap[tmp];
156 *vrLO = env->vregmap[tmp];
4174 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
4230 env->vregmap[i] = hreg;