|
| v_reg (const _Tp *ptr) |
|
| v_reg (_Tp s0, _Tp s1) |
|
| v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3) |
|
| v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7) |
|
| v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7, _Tp s8, _Tp s9, _Tp s10, _Tp s11, _Tp s12, _Tp s13, _Tp s14, _Tp s15) |
|
| v_reg () |
|
| v_reg (const v_reg< _Tp, n > &r) |
|
| v_reg (const _Tp *ptr) |
| Constructor. More...
|
|
| v_reg (_Tp s0, _Tp s1) |
| Constructor. More...
|
|
| v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3) |
| Constructor. More...
|
|
| v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7) |
| Constructor. More...
|
|
| v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7, _Tp s8, _Tp s9, _Tp s10, _Tp s11, _Tp s12, _Tp s13, _Tp s14, _Tp s15) |
| Constructor. More...
|
|
| v_reg () |
| Default constructor. More...
|
|
| v_reg (const v_reg< _Tp, n > &r) |
| Copy constructor. More...
|
|
_Tp | get (const int i) const |
|
_Tp | get0 () const |
|
_Tp | get0 () const |
| Access first value. More...
|
|
v_reg< _Tp, n > | high () const |
|
v_reg & | operator= (const v_reg< _Tp, n > &r) |
|
template<typename _Tp2 , int n2> |
v_reg< _Tp2, n2 > | reinterpret_as () const |
|