#include <arm_neon.h>
Go to the source code of this file.
|
#define | VAND_IMPL(stype, vtype, prefix, postfix) |
|
|
uint8x8_t | vand (const uint8x8_t &a, const uint8x8_t &b) |
|
int8x8_t | vand (const int8x8_t &a, const int8x8_t &b) |
|
uint16x4_t | vand (const uint16x4_t &a, const uint16x4_t &b) |
|
int16x4_t | vand (const int16x4_t &a, const int16x4_t &b) |
|
uint32x2_t | vand (const uint32x2_t &a, const uint32x2_t &b) |
|
int32x2_t | vand (const int32x2_t &a, const int32x2_t &b) |
|
uint64x1_t | vand (const uint64x1_t &a, const uint64x1_t &b) |
|
int64x1_t | vand (const int64x1_t &a, const int64x1_t &b) |
|
uint8x16_t | vand (const uint8x16_t &a, const uint8x16_t &b) |
|
int8x16_t | vand (const int8x16_t &a, const int8x16_t &b) |
|
uint16x8_t | vand (const uint16x8_t &a, const uint16x8_t &b) |
|
int16x8_t | vand (const int16x8_t &a, const int16x8_t &b) |
|
uint32x4_t | vand (const uint32x4_t &a, const uint32x4_t &b) |
|
int32x4_t | vand (const int32x4_t &a, const int32x4_t &b) |
|
uint64x2_t | vand (const uint64x2_t &a, const uint64x2_t &b) |
|
int64x2_t | vand (const int64x2_t &a, const int64x2_t &b) |
|
#define VAND_IMPL |
( |
|
stype, |
|
|
|
vtype, |
|
|
|
prefix, |
|
|
|
postfix |
|
) |
| |
Value:inline vtype
vand(
const vtype &
a,
const vtype &
b) \
{ \
return prefix##_##postfix(
a,
b); \
}
int64x2_t vand(const int64x2_t &a, const int64x2_t &b)
Definition at line 33 of file and.h.