Home | History | Annotate | Download | only in x64

Lines Matching refs:code_

135   bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
136 bool is(Register reg) const { return code_ == reg.code_; }
138 bool is_byte_register() const { return code_ <= 3; }
141 return code_;
144 return 1 << code_;
150 return code_ >> 3;
155 return code_ & 0x7;
160 int code_;
263 bool is_valid() const { return 0 <= code_ && code_ < kMaxNumRegisters; }
264 bool is(XMMRegister reg) const { return code_ == reg.code_; }
267 return code_;
273 return code_ >> 3;
278 return code_ & 0x7;
281 int code_;