Lines Matching refs:kValid

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