Home | History | Annotate | Download | only in arm64

Lines Matching refs:kValid

163   constexpr RegStorage rs_w##nr(RegStorage::kValid | rw##nr); \
164 constexpr RegStorage rs_x##nr(RegStorage::kValid | rx##nr); \
165 constexpr RegStorage rs_f##nr(RegStorage::kValid | rf##nr); \
166 constexpr RegStorage rs_d##nr(RegStorage::kValid | rd##nr);
170 constexpr RegStorage rs_xzr(RegStorage::kValid | rxzr);
171 constexpr RegStorage rs_wzr(RegStorage::kValid | rwzr);
172 constexpr RegStorage rs_xIP0(RegStorage::kValid | rxIP0);
173 constexpr RegStorage rs_wIP0(RegStorage::kValid | rwIP0);
174 constexpr RegStorage rs_xIP1(RegStorage::kValid | rxIP1);
175 constexpr RegStorage rs_wIP1(RegStorage::kValid | rwIP1);
177 constexpr RegStorage rs_xSUSPEND(RegStorage::kValid | rxSUSPEND);
178 constexpr RegStorage rs_xSELF(RegStorage::kValid | rxSELF);
179 constexpr RegStorage rs_sp(RegStorage::kValid | rsp);
180 constexpr RegStorage rs_xLR(RegStorage::kValid | rxLR);
182 constexpr RegStorage rs_wSUSPEND(RegStorage::kValid | rwSUSPEND);
183 constexpr RegStorage rs_wSELF(RegStorage::kValid | rwSELF);
184 constexpr RegStorage rs_wsp(RegStorage::kValid | rwsp);
185 constexpr RegStorage rs_wLR(RegStorage::kValid | rwLR);