HomeSort by relevance Sort by last modified time
    Searched refs:vregmap (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/VEX/priv/
host_s390_isel.c 60 - vregmap holds the primary register for the IRTemp.
76 HReg *vregmap; member in struct:__anon13497
127 vassert(env->vregmap[tmp] != INVALID_HREG);
129 return env->vregmap[tmp];
140 *lo = env->vregmap[tmp];
    [all...]
host_amd64_isel.c 109 - vregmap holds the primary register for the IRTemp.
130 HReg* vregmap; member in struct:__anon13284
147 return env->vregmap[tmp];
156 *vrLO = env->vregmap[tmp];
    [all...]
host_ppc_isel.c 225 - vregmap holds the primary register for the IRTemp.
257 HReg* vregmap; member in struct:__anon13454
283 return env->vregmap[tmp];
293 *vrLO = env->vregmap[tmp];
    [all...]
host_x86_isel.c 144 - vregmap holds the primary register for the IRTemp.
163 HReg* vregmap; member in struct:__anon13567
180 return env->vregmap[tmp];
188 *vrLO = env->vregmap[tmp];
    [all...]
host_arm_isel.c 81 - vregmap holds the primary register for the IRTemp.
103 HReg* vregmap; member in struct:__anon13373
121 return env->vregmap[tmp];
129 *vrLO = env->vregmap[tmp];
    [all...]

Completed in 165 milliseconds