Home | History | Annotate | Download | only in x86

Lines Matching refs:kValid

220 constexpr RegStorage rs_r0(RegStorage::kValid | r0);
221 constexpr RegStorage rs_r0q(RegStorage::kValid | r0q);
223 constexpr RegStorage rs_r1(RegStorage::kValid | r1);
224 constexpr RegStorage rs_r1q(RegStorage::kValid | r1q);
226 constexpr RegStorage rs_r2(RegStorage::kValid | r2);
227 constexpr RegStorage rs_r2q(RegStorage::kValid | r2q);
229 constexpr RegStorage rs_r3(RegStorage::kValid | r3);
230 constexpr RegStorage rs_r3q(RegStorage::kValid | r3q);
232 constexpr RegStorage rs_rX86_SP_64(RegStorage::kValid | r4sp_64);
233 constexpr RegStorage rs_rX86_SP_32(RegStorage::kValid | r4sp_32);
235 constexpr RegStorage rs_r5(RegStorage::kValid | r5);
236 constexpr RegStorage rs_r5q(RegStorage::kValid | r5q);
238 constexpr RegStorage rs_r6(RegStorage::kValid | r6);
239 constexpr RegStorage rs_r6q(RegStorage::kValid | r6q);
241 constexpr RegStorage rs_r7(RegStorage::kValid | r7);
242 constexpr RegStorage rs_r7q(RegStorage::kValid | r7q);
244 constexpr RegStorage rs_rRET(RegStorage::kValid | rRET);
245 constexpr RegStorage rs_r8(RegStorage::kValid | r8);
246 constexpr RegStorage rs_r8q(RegStorage::kValid | r8q);
247 constexpr RegStorage rs_r9(RegStorage::kValid | r9);
248 constexpr RegStorage rs_r9q(RegStorage::kValid | r9q);
249 constexpr RegStorage rs_r10(RegStorage::kValid | r10);
250 constexpr RegStorage rs_r10q(RegStorage::kValid | r10q);
251 constexpr RegStorage rs_r11(RegStorage::kValid | r11);
252 constexpr RegStorage rs_r11q(RegStorage::kValid | r11q);
253 constexpr RegStorage rs_r12(RegStorage::kValid | r12);
254 constexpr RegStorage rs_r12q(RegStorage::kValid | r12q);
255 constexpr RegStorage rs_r13(RegStorage::kValid | r13);
256 constexpr RegStorage rs_r13q(RegStorage::kValid | r13q);
257 constexpr RegStorage rs_r14(RegStorage::kValid | r14);
258 constexpr RegStorage rs_r14q(RegStorage::kValid | r14q);
259 constexpr RegStorage rs_r15(RegStorage::kValid | r15);
260 constexpr RegStorage rs_r15q(RegStorage::kValid | r15q);
262 constexpr RegStorage rs_fr0(RegStorage::kValid | fr0);
263 constexpr RegStorage rs_fr1(RegStorage::kValid | fr1);
264 constexpr RegStorage rs_fr2(RegStorage::kValid | fr2);
265 constexpr RegStorage rs_fr3(RegStorage::kValid | fr3);
266 constexpr RegStorage rs_fr4(RegStorage::kValid | fr4);
267 constexpr RegStorage rs_fr5(RegStorage::kValid | fr5);
268 constexpr RegStorage rs_fr6(RegStorage::kValid | fr6);
269 constexpr RegStorage rs_fr7(RegStorage::kValid | fr7);
270 constexpr RegStorage rs_fr8(RegStorage::kValid | fr8);
271 constexpr RegStorage rs_fr9(RegStorage::kValid | fr9);
272 constexpr RegStorage rs_fr10(RegStorage::kValid | fr10);
273 constexpr RegStorage rs_fr11(RegStorage::kValid | fr11);
274 constexpr RegStorage rs_fr12(RegStorage::kValid | fr12);
275 constexpr RegStorage rs_fr13(RegStorage::kValid | fr13);
276 constexpr RegStorage rs_fr14(RegStorage::kValid | fr14);
277 constexpr RegStorage rs_fr15(RegStorage::kValid | fr15);
279 constexpr RegStorage rs_dr0(RegStorage::kValid | dr0);
280 constexpr RegStorage rs_dr1(RegStorage::kValid | dr1);
281 constexpr RegStorage rs_dr2(RegStorage::kValid | dr2);
282 constexpr RegStorage rs_dr3(RegStorage::kValid | dr3);
283 constexpr RegStorage rs_dr4(RegStorage::kValid | dr4);
284 constexpr RegStorage rs_dr5(RegStorage::kValid | dr5);
285 constexpr RegStorage rs_dr6(RegStorage::kValid | dr6);
286 constexpr RegStorage rs_dr7(RegStorage::kValid | dr7);
287 constexpr RegStorage rs_dr8(RegStorage::kValid | dr8);
288 constexpr RegStorage rs_dr9(RegStorage::kValid | dr9);
289 constexpr RegStorage rs_dr10(RegStorage::kValid | dr10);
290 constexpr RegStorage rs_dr11(RegStorage::kValid | dr11);
291 constexpr RegStorage rs_dr12(RegStorage::kValid | dr12);
292 constexpr RegStorage rs_dr13(RegStorage::kValid | dr13);
293 constexpr RegStorage rs_dr14(RegStorage::kValid | dr14);
294 constexpr RegStorage rs_dr15(RegStorage::kValid | dr15);
296 constexpr RegStorage rs_xr0(RegStorage::kValid | xr0);
297 constexpr RegStorage rs_xr1(RegStorage::kValid | xr1);
298 constexpr RegStorage rs_xr2(RegStorage::kValid | xr2);
299 constexpr RegStorage rs_xr3(RegStorage::kValid | xr3);
300 constexpr RegStorage rs_xr4(RegStorage::kValid | xr4);
301 constexpr RegStorage rs_xr5(RegStorage::kValid | xr5);
302 constexpr RegStorage rs_xr6(RegStorage::kValid | xr6);
303 constexpr RegStorage rs_xr7(RegStorage::kValid | xr7);
304 constexpr RegStorage rs_xr8(RegStorage::kValid | xr8);
305 constexpr RegStorage rs_xr9(RegStorage::kValid | xr9);
306 constexpr RegStorage rs_xr10(RegStorage::kValid | xr10);
307 constexpr RegStorage rs_xr11(RegStorage::kValid | xr11);
308 constexpr RegStorage rs_xr12(RegStorage::kValid | xr12);
309 constexpr RegStorage rs_xr13(RegStorage::kValid | xr13);
310 constexpr RegStorage rs_xr14(RegStorage::kValid | xr14);
311 constexpr RegStorage rs_xr15(RegStorage::kValid | xr15);