OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon16408
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:__anon16265
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:__anon16101
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:__anon16482
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:__anon16195
133
return env->
vregmap
[tmp];
141
*vrLO = env->
vregmap
[tmp];
[
all
...]
Completed in 845 milliseconds