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

  /external/valgrind/main/VEX/priv/
host_s390_isel.c 61 - vregmap holds the primary register for the IRTemp.
108 HReg *vregmap; member in struct:__anon36738
199 vassert(! hregIsInvalid(env->vregmap[tmp]));
201 return env->vregmap[tmp];
212 *lo = env->vregmap[tmp];
    [all...]
host_mips_isel.c 83 - vregmap holds the primary register for the IRTemp.
116 HReg* vregmap; member in struct:__anon36575
137 return env->vregmap[tmp];
145 *vrLO = env->vregmap[tmp];
156 *vrLO = env->vregmap[tmp];
    [all...]
host_arm64_isel.c 76 |vregmap| holds the primary register for the IRTemp.
115 HReg* vregmap; member in struct:__anon36415
136 return env->vregmap[tmp];
    [all...]
host_x86_isel.c 144 - vregmap holds the primary register for the IRTemp.
177 HReg* vregmap; member in struct:__anon36812
197 return env->vregmap[tmp];
205 *vrLO = env->vregmap[tmp];
    [all...]
host_amd64_isel.c 118 - vregmap holds the primary register for the IRTemp.
152 HReg* vregmap; member in struct:__anon36332
172 return env->vregmap[tmp];
181 *vrLO = env->vregmap[tmp];
    [all...]
host_arm_isel.c 81 - vregmap holds the primary register for the IRTemp.
114 HReg* vregmap; member in struct:__anon36508
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
    [all...]

Completed in 170 milliseconds