|
| float16x8_t | vconst (float16_t v) |
| | Vector const.
|
| |
| float16x8_t | vconst_tail (const float16_t v, const mve_pred16_t p0) |
| | Vector of const with tail predicate.
|
| |
| float16x8_t | vneg (const float16x8_t a) |
| | Vector negate.
|
| |
| float16x8_t | vneg (const float16x8_t a, const mve_pred16_t p0) |
| | Vector negate with tail predicate.
|
| |
| float16x8_t | vconjugate (const float16x8_t a) |
| | Vector conjugate.
|
| |
| float16x8_t | vconjugate (const float16x8_t a, const mve_pred16_t p0) |
| | Vector conjugate with tail predicate.
|
| |
| float16x8_t | vadd (const float16x8_t a, const float16x8_t b) |
| | Vector + Vector.
|
| |
| float16x8_t | vadd (const float16x8_t a, const float16_t b) |
| | Vector + Scalar.
|
| |
| float16x8_t | vadd (const float16_t a, const float16x8_t b) |
| | Scalar + Vector.
|
| |
| float16x8_t | vadd (const float16x8_t a, const float16x8_t b, const mve_pred16_t p0) |
| | Vector + Vector with tail predicate.
|
| |
| float16x8_t | vadd (const float16x8_t a, const float16_t b, const mve_pred16_t p0) |
| | Vector + Scalar with tail predicate.
|
| |
| float16x8_t | vadd (const float16_t a, const float16x8_t b, const mve_pred16_t p0) |
| | Scalar + Vector with tail predicate.
|
| |