Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
53 // compatible with int, which has caused code-generation bugs.
65 // code generated for some assembly instructions (because they boil down
66 // to a few constants). If this is a problem, we could change the code
69 // and best performance in optimized code.
88 explicit constexpr Register(int code) : RegisterBase(code) {}
124 FPURegister low() const { return FPURegister::from_code(code()); }
128 explicit constexpr FPURegister(int code) : RegisterBase(code) {}
162 int code() const {