Home | History | Annotate | Download | only in codeflinger

Lines Matching full:rhs

56                             RegisterFile(const RegisterFile& rhs);
61 bool operator == (const RegisterFile& rhs) const;
62 bool operator != (const RegisterFile& rhs) const {
63 return !operator == (rhs);
250 explicit component_t(const integer_t& rhs)
251 : reg_t(rhs.reg, rhs.flags), h(rhs.s), l(0) {
253 explicit component_t(const pixel_t& rhs, int component) {
254 setTo( rhs.reg,
255 rhs.format.c[component].l,
256 rhs.format.c[component].h,
257 rhs.flags|CLEAR_LO|CLEAR_HI);