Home | History | Annotate | Download | only in x64

Lines Matching defs:code_

114   bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
115 bool is(Register reg) const { return code_ == reg.code_; }
117 bool is_byte_register() const { return code_ <= 3; }
120 return code_;
123 return 1 << code_;
129 return code_ >> 3;
134 return code_ & 0x7;
139 int code_;
242 bool is_valid() const { return 0 <= code_ && code_ < kMaxNumRegisters; }
243 bool is(XMMRegister reg) const { return code_ == reg.code_; }
246 return code_;
252 return code_ >> 3;
257 return code_ & 0x7;
260 int code_;