Searched refs:vregmap (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c60 - vregmap holds the primary register for the IRTemp.
76 HReg *vregmap; member in struct:__anon13892
127 vassert(env->vregmap[tmp] != INVALID_HREG);
129 return env->vregmap[tmp];
140 *lo = env->vregmap[tmp];
2382 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
2426 env->vregmap[i] = hreg;
H A Dhost_amd64_isel.c109 - vregmap holds the primary register for the IRTemp.
130 HReg* vregmap; member in struct:__anon13679
147 return env->vregmap[tmp];
156 *vrLO = env->vregmap[tmp];
4206 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
4231 env->vregmap[i] = hreg;
H A Dhost_ppc_isel.c225 - vregmap holds the primary register for the IRTemp.
257 HReg* vregmap; member in struct:__anon13849
283 return env->vregmap[tmp];
293 *vrLO = env->vregmap[tmp];
4286 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
4322 env->vregmap[i] = hreg;
H A Dhost_x86_isel.c144 - vregmap holds the primary register for the IRTemp.
163 HReg* vregmap; member in struct:__anon13962
180 return env->vregmap[tmp];
188 *vrLO = env->vregmap[tmp];
4114 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
4138 env->vregmap[i] = hreg;
H A Dhost_arm_isel.c81 - vregmap holds the primary register for the IRTemp.
103 HReg* vregmap; member in struct:__anon13768
121 return env->vregmap[tmp];
129 *vrLO = env->vregmap[tmp];
6041 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
6068 env->vregmap[i] = hreg;

Completed in 136 milliseconds