Home | History | Annotate | Download | only in ia32

Lines Matching refs:code_

81   bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
82 bool is(Register reg) const { return code_ == reg.code_; }
84 bool is_byte_register() const { return code_ <= 3; }
87 return code_;
91 return 1 << code_;
95 int code_;
163 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
164 bool is(XMMRegister reg) const { return code_ == reg.code_; }
167 return code_;
170 int code_;