Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
59 // compatible with int, which has caused code-generation bugs.
71 // code generated for some assembly instructions (because they boil down
72 // to a few constants). If this is a problem, we could change the code
75 // and best performance in optimized code.
101 explicit constexpr Register(int code) : RegisterBase(code) {}
138 DCHECK_EQ(code() % 2, 0); // Specified Double reg must be even.
139 return FPURegister::from_code(code());
143 DCHECK_EQ(code() % 2, 0); // Specified Double reg must be even.
144 return FPURegister::from_code(code() + 1);
149 explicit constexpr FPURegister(int code) : RegisterBase(code) {}
162 explicit constexpr MSARegister(int code) : RegisterBase(code) {}
219 int code() const {
244 int code() const {