Lines Matching refs:RegStorage
132 rw##nr = RegStorage::k32BitSolo | RegStorage::kCoreRegister | nr, \
133 rx##nr = RegStorage::k64BitSolo | RegStorage::kCoreRegister | nr, \
134 rf##nr = RegStorage::k32BitSolo | RegStorage::kFloatingPoint | nr, \
135 rd##nr = RegStorage::k64BitSolo | RegStorage::kFloatingPoint | nr,
139 rxzr = RegStorage::k64BitSolo | RegStorage::kCoreRegister | 0x3f,
140 rwzr = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 0x3f,
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);