Home | History | Annotate | Download | only in priv

Lines Matching refs:vregmap

81         - vregmap   holds the primary register for the IRTemp.
114 HReg* vregmap;
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
6353 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
6385 env->vregmap[i] = hreg;