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.
109 HReg *vregmap; member in struct:__anon16410
196 vassert(env->vregmap[tmp] != INVALID_HREG);
198 return env->vregmap[tmp];
209 *lo = env->vregmap[tmp];
    [all...]
host_mips_isel.c 80 - vregmap holds the primary register for the IRTemp.
113 HReg* vregmap; member in struct:__anon16267
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
152 *vrLO = env->vregmap[tmp];
    [all...]
host_amd64_isel.c 109 - vregmap holds the primary register for the IRTemp.
143 HReg* vregmap; member in struct:__anon16103
163 return env->vregmap[tmp];
172 *vrLO = env->vregmap[tmp];
    [all...]
host_x86_isel.c 144 - vregmap holds the primary register for the IRTemp.
177 HReg* vregmap; member in struct:__anon16484
197 return env->vregmap[tmp];
205 *vrLO = env->vregmap[tmp];
    [all...]
host_arm_isel.c 81 - vregmap holds the primary register for the IRTemp.
114 HReg* vregmap; member in struct:__anon16197
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
    [all...]

Completed in 648 milliseconds