#include <arm_neon.h>
Go to the source code of this file.
|
uint8x8_t | vrev64 (const uint8x8_t &a) |
|
int8x8_t | vrev64 (const int8x8_t &a) |
|
uint16x4_t | vrev64 (const uint16x4_t &a) |
|
int16x4_t | vrev64 (const int16x4_t &a) |
|
uint32x2_t | vrev64 (const uint32x2_t &a) |
|
int32x2_t | vrev64 (const int32x2_t &a) |
|
float32x2_t | vrev64 (const float32x2_t &a) |
|
uint8x16_t | vrev64 (const uint8x16_t &a) |
|
int8x16_t | vrev64 (const int8x16_t &a) |
|
uint16x8_t | vrev64 (const uint16x8_t &a) |
|
int16x8_t | vrev64 (const int16x8_t &a) |
|
uint32x4_t | vrev64 (const uint32x4_t &a) |
|
int32x4_t | vrev64 (const int32x4_t &a) |
|
float32x4_t | vrev64 (const float32x4_t &a) |
|
◆ VREV64_IMPL
#define VREV64_IMPL |
( |
|
vtype, |
|
|
|
prefix, |
|
|
|
postfix |
|
) |
| |
Value:inline vtype
vrev64(
const vtype &a) \
{ \
return prefix##_##postfix(a); \
}
float32x4_t vrev64(const float32x4_t &a)
Definition at line 33 of file rev64.h.