Compute Library
 19.11.1
rev64.h File Reference
#include <arm_neon.h>

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2019 ARM Limited.
 
 arm_compute::wrapper
 

Macros

#define VREV64_IMPL(vtype, prefix, postfix)
 

Functions

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)
 

Macro Definition Documentation

◆ 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: rev64.h:56

Definition at line 33 of file rev64.h.