Lines Matching +defs:val +defs:lhs

136 RValue<SIMD::Int> operator+(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs)  in operator +()
141 RValue<SIMD::Int> operator-(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator -()
146 RValue<SIMD::Int> operator*(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator *()
151 RValue<SIMD::Int> operator/(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator /()
156 RValue<SIMD::Int> operator%(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator %()
161 RValue<SIMD::Int> operator&(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator &()
166 RValue<SIMD::Int> operator|(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator |()
171 RValue<SIMD::Int> operator^(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator ^()
176 RValue<SIMD::Int> operator<<(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator <<()
181 RValue<SIMD::Int> operator>>(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator >>()
186 RValue<SIMD::Int> operator+=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator +=()
191 RValue<SIMD::Int> operator-=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator -=()
196 RValue<SIMD::Int> operator*=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator *=()
211 RValue<SIMD::Int> operator&=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator &=()
216 RValue<SIMD::Int> operator|=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator |=()
221 RValue<SIMD::Int> operator^=(SIMD::Int &lhs, RValue<SIMD::Int> rhs) in operator ^=()
226 RValue<SIMD::Int> operator<<=(SIMD::Int &lhs, unsigned char rhs) in operator <<=()
231 RValue<SIMD::Int> operator>>=(SIMD::Int &lhs, unsigned char rhs) in operator >>=()
236 RValue<SIMD::Int> operator+(RValue<SIMD::Int> val) in operator +()
241 RValue<SIMD::Int> operator-(RValue<SIMD::Int> val) in operator -()
246 RValue<SIMD::Int> operator~(RValue<SIMD::Int> val) in operator ~()
359 RValue<SIMD::UInt> operator+(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator +()
364 RValue<SIMD::UInt> operator-(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator -()
369 RValue<SIMD::UInt> operator*(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator *()
374 RValue<SIMD::UInt> operator/(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator /()
379 RValue<SIMD::UInt> operator%(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator %()
384 RValue<SIMD::UInt> operator&(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator &()
389 RValue<SIMD::UInt> operator|(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator |()
394 RValue<SIMD::UInt> operator^(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator ^()
399 RValue<SIMD::UInt> operator<<(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator <<()
404 RValue<SIMD::UInt> operator>>(RValue<SIMD::UInt> lhs, RValue<SIMD::UInt> rhs) in operator >>()
409 RValue<SIMD::UInt> operator+=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator +=()
414 RValue<SIMD::UInt> operator-=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator -=()
419 RValue<SIMD::UInt> operator*=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator *=()
434 RValue<SIMD::UInt> operator&=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator &=()
439 RValue<SIMD::UInt> operator|=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator |=()
444 RValue<SIMD::UInt> operator^=(SIMD::UInt &lhs, RValue<SIMD::UInt> rhs) in operator ^=()
449 RValue<SIMD::UInt> operator<<=(SIMD::UInt &lhs, unsigned char rhs) in operator <<=()
454 RValue<SIMD::UInt> operator>>=(SIMD::UInt &lhs, unsigned char rhs) in operator >>=()
459 RValue<SIMD::UInt> operator+(RValue<SIMD::UInt> val) in operator +()
464 RValue<SIMD::UInt> operator-(RValue<SIMD::UInt> val) in operator -()
469 RValue<SIMD::UInt> operator~(RValue<SIMD::UInt> val) in operator ~()
627 RValue<SIMD::Float> operator+(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator +()
632 RValue<SIMD::Float> operator-(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator -()
637 RValue<SIMD::Float> operator*(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator *()
642 RValue<SIMD::Float> operator/(RValue<SIMD::Float> lhs, RValue<SIMD::Float> rhs) in operator /()
647 RValue<SIMD::Float> operator+=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator +=()
652 RValue<SIMD::Float> operator-=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator -=()
657 RValue<SIMD::Float> operator*=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator *=()
662 RValue<SIMD::Float> operator/=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator /=()
667 RValue<SIMD::Float> operator%=(SIMD::Float &lhs, RValue<SIMD::Float> rhs) in operator %=()
672 RValue<SIMD::Float> operator+(RValue<SIMD::Float> val) in operator +()
677 RValue<SIMD::Float> operator-(RValue<SIMD::Float> val) in operator -()
1182 SIMD::Pointer SIMD::Pointer::IfThenElse(SIMD::Int condition, const SIMD::Pointer &lhs, const SIMD::… in IfThenElse()