#include <inttypes.h>
Go to the source code of this file.
◆ AMASK_BWX
#define AMASK_BWX (1 << 0) |
◆ AMASK_CIX
#define AMASK_CIX (1 << 2) |
◆ AMASK_FIX
#define AMASK_FIX (1 << 1) |
◆ AMASK_MVI
#define AMASK_MVI (1 << 8) |
◆ GNUC_PREREQ
#define GNUC_PREREQ |
( |
|
maj, |
|
|
|
min |
|
) |
| 0 |
◆ HAVE_BWX
◆ HAVE_CIX
◆ HAVE_FIX
◆ HAVE_MVI
◆ ldl
#define ldl |
( |
|
p | ) |
(*(const int32_t *) (p)) |
◆ ldq
#define ldq |
( |
|
p | ) |
(*(const uint64_t *) (p)) |
◆ sextw
#define sextw |
( |
|
x | ) |
((int16_t) (x)) |
◆ stl
#define stl |
( |
|
l, |
|
|
|
p |
|
) |
| do { *(uint32_t *) (p) = (l); } while (0) |
◆ stq
#define stq |
( |
|
l, |
|
|
|
p |
|
) |
| do { *(uint64_t *) (p) = (l); } while (0) |
◆ BYTE_VEC()
static uint64_t BYTE_VEC |
( |
uint64_t |
x | ) |
|
|
inlinestatic |
◆ WORD_VEC()
static uint64_t WORD_VEC |
( |
uint64_t |
x | ) |
|
|
inlinestatic |