Lines Matching refs:rhs
63 RegisterFile(const RegisterFile& rhs, int arch);
68 bool operator == (const RegisterFile& rhs) const;
69 bool operator != (const RegisterFile& rhs) const {
70 return !operator == (rhs);
260 explicit component_t(const integer_t& rhs) in component_t()
261 : reg_t(rhs.reg, rhs.flags), h(rhs.s), l(0) { in component_t()
263 explicit component_t(const pixel_t& rhs, int component) { in component_t()
264 setTo( rhs.reg, in component_t()
265 rhs.format.c[component].l, in component_t()
266 rhs.format.c[component].h, in component_t()
267 rhs.flags|CLEAR_LO|CLEAR_HI); in component_t()