Searched refs:vreg_ctr (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_tilegx_isel.c104 Int vreg_ctr; member in struct:__anon22578
137 HReg reg = mkHReg(True /*virtual R*/, HRcGPR(), 0, env->vreg_ctr);
138 env->vreg_ctr++;
1792 env->vreg_ctr = 0;
1834 env->vreg_ctr = j;
1858 env->code->n_vregs = env->vreg_ctr;
H A Dhost_arm64_isel.c109 Int vreg_ctr; member in struct:__anon22205
143 HReg reg = mkHReg(True/*virtual reg*/, HRcInt64, 0, env->vreg_ctr);
144 env->vreg_ctr++;
150 HReg reg = mkHReg(True/*virtual reg*/, HRcFlt64, 0, env->vreg_ctr);
151 env->vreg_ctr++;
157 HReg reg = mkHReg(True/*virtual reg*/, HRcVec128, 0, env->vreg_ctr);
158 env->vreg_ctr++;
4049 env->vreg_ctr = 0;
4102 env->vreg_ctr = j;
4124 env->code->n_vregs = env->vreg_ctr;
[all...]
H A Dhost_mips_isel.c129 Int vreg_ctr; member in struct:__anon22370
172 HRcGPR(env->mode64), 0/*enc*/, env->vreg_ctr);
173 env->vreg_ctr++;
180 HRcFlt64, 0/*enc*/, env->vreg_ctr);
181 env->vreg_ctr++;
188 HRcFPR(env->mode64), 0/*enc*/, env->vreg_ctr);
189 env->vreg_ctr++;
4190 env->vreg_ctr = 0;
4262 env->vreg_ctr = j;
4284 env->code->n_vregs = env->vreg_ctr;
[all...]
H A Dhost_x86_isel.c188 Int vreg_ctr; member in struct:__anon22652
220 HReg reg = mkHReg(True/*virtual reg*/, HRcInt32, 0/*enc*/, env->vreg_ctr);
221 env->vreg_ctr++;
227 HReg reg = mkHReg(True/*virtual reg*/, HRcFlt64, 0/*enc*/, env->vreg_ctr);
228 env->vreg_ctr++;
234 HReg reg = mkHReg(True/*virtual reg*/, HRcVec128, 0/*enc*/, env->vreg_ctr);
235 env->vreg_ctr++;
4450 env->vreg_ctr = 0;
4490 env->vreg_ctr = j;
4512 env->code->n_vregs = env->vreg_ctr;
[all...]
H A Dhost_s390_isel.c111 UInt vreg_ctr; member in struct:__anon22534
228 return mkVRegI(env->vreg_ctr++);
242 return mkVRegF(env->vreg_ctr++);
4112 env->vreg_ctr = 0;
4186 env->vreg_ctr = j;
4210 env->code->n_vregs = env->vreg_ctr;
H A Dhost_ppc_isel.c295 Int vreg_ctr; member in struct:__anon22468
345 = mkHReg(True/*vreg*/, HRcGPR(env->mode64), 0/*enc*/, env->vreg_ctr);
346 env->vreg_ctr++;
352 HReg reg = mkHReg(True/*vreg*/, HRcFlt64, 0/*enc*/, env->vreg_ctr);
353 env->vreg_ctr++;
359 HReg reg = mkHReg(True/*vreg*/, HRcVec128, 0/*enc*/, env->vreg_ctr);
360 env->vreg_ctr++;
6170 env->vreg_ctr = 0;
6266 env->vreg_ctr = j;
6288 env->code->n_vregs = env->vreg_ctr;
[all...]
H A Dhost_arm_isel.c125 Int vreg_ctr; member in struct:__anon22300
156 HReg reg = mkHReg(True/*virtual reg*/, HRcInt32, 0/*enc*/, env->vreg_ctr);
157 env->vreg_ctr++;
163 HReg reg = mkHReg(True/*virtual reg*/, HRcFlt64, 0/*enc*/, env->vreg_ctr);
164 env->vreg_ctr++;
170 HReg reg = mkHReg(True/*virtual reg*/, HRcFlt32, 0/*enc*/, env->vreg_ctr);
171 env->vreg_ctr++;
177 HReg reg = mkHReg(True/*virtual reg*/, HRcVec128, 0/*enc*/, env->vreg_ctr);
178 env->vreg_ctr++;
6361 env->vreg_ctr
[all...]
H A Dhost_amd64_isel.c163 Int vreg_ctr; member in struct:__anon22110
196 HReg reg = mkHReg(True/*virtual reg*/, HRcInt64, 0/*enc*/, env->vreg_ctr);
197 env->vreg_ctr++;
203 HReg reg = mkHReg(True/*virtual reg*/, HRcVec128, 0/*enc*/, env->vreg_ctr);
204 env->vreg_ctr++;
4955 env->vreg_ctr = 0;
5004 env->vreg_ctr = j;
5027 env->code->n_vregs = env->vreg_ctr;

Completed in 237 milliseconds