Lines Matching defs:code
7 // * Redistributions of source code must retain the above copyright notice,
143 // Variants of Combine and Remove which take a single register by its code;
145 void Combine(int code) {
147 VIXL_ASSERT(CPURegister(code, size_, type_).IsValid());
148 list_ |= (UINT64_C(1) << code);
151 void Remove(int code) {
153 VIXL_ASSERT(CPURegister(code, size_, type_).IsValid());
154 list_ &= ~(UINT64_C(1) << code);
209 // highest code, remove it from the list and return it as a CPURegister. If
234 bool IncludesAliasOf(int code) const {
236 return (((static_cast<RegList>(1) << code) & list_) != 0);
479 // vectors. This class exists to avoid complicating core-ISA code with