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

  /external/valgrind/VEX/priv/
host_tilegx_isel.c 68 - vregmap holds the primary register for the IRTemp.
98 HReg *vregmap; member in struct:__anon19887
123 return env->vregmap[tmp];
    [all...]
host_s390_isel.c 61 - vregmap holds the primary register for the IRTemp.
108 HReg *vregmap; member in struct:__anon19843
200 vassert(! hregIsInvalid(env->vregmap[tmp]));
202 return env->vregmap[tmp];
213 *lo = env->vregmap[tmp];
    [all...]
host_mips_isel.c 83 - vregmap holds the primary register for the IRTemp.
116 HReg* vregmap; member in struct:__anon19679
137 return env->vregmap[tmp];
145 *vrLO = env->vregmap[tmp];
156 *vrLO = env->vregmap[tmp];
    [all...]
host_arm64_isel.c 59 |vregmap| holds the primary register for the IRTemp.
98 HReg* vregmap; member in struct:__anon19514
119 return env->vregmap[tmp];
128 *vrLO = env->vregmap[tmp];
    [all...]
host_x86_isel.c 144 - vregmap holds the primary register for the IRTemp.
177 HReg* vregmap; member in struct:__anon19961
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:__anon19419
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:__anon19609
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
    [all...]

Completed in 68 milliseconds