PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | USE_NO_SIMD |
Typedefs | |
typedef uint64 | Vector8 |
Functions | |
static void | vector8_load (Vector8 *v, const uint8 *s) |
static Vector8 | vector8_broadcast (const uint8 c) |
static bool | vector8_has (const Vector8 v, const uint8 c) |
static bool | vector8_has_zero (const Vector8 v) |
static bool | vector8_has_le (const Vector8 v, const uint8 c) |
static bool | vector8_is_highbit_set (const Vector8 v) |
static Vector8 | vector8_or (const Vector8 v1, const Vector8 v2) |
Definition at line 133 of file simd.h.
Referenced by vector8_has(), vector8_has_le(), and vector8_is_highbit_set().
Definition at line 160 of file simd.h.
References Assert(), i, vector8_broadcast(), vector8_has_zero(), and vector8_is_highbit_set().
Referenced by pg_lfind8(), and vector8_has_zero().
Definition at line 211 of file simd.h.
References Assert(), i, vector8_broadcast(), and vector8_has_zero().
Referenced by pg_lfind8_le(), and vector8_has_zero().
Definition at line 193 of file simd.h.
References vector8_has(), and vector8_has_le().
Referenced by vector8_has(), and vector8_has_le().