libavcodec/alpha/asm.h File Reference
#include <inttypes.h>
#include "libavutil/common.h"
Go to the source code of this file.
Define Documentation
#define AMASK_BWX (1 << 0) |
Definition at line 37 of file asm.h.
#define AMASK_CIX (1 << 2) |
Definition at line 39 of file asm.h.
#define AMASK_FIX (1 << 1) |
Definition at line 38 of file asm.h.
#define AMASK_MVI (1 << 8) |
Definition at line 33 of file asm.h.
#define sextw |
( |
x |
|
) |
((int16_t) (x)) |
#define unlikely |
( |
x |
|
) |
(x) |
Definition at line 34 of file asm.h.
Function Documentation
static uint64_t BYTE_VEC |
( |
uint64_t |
x |
) |
[inline, static] |
static uint64_t WORD_VEC |
( |
uint64_t |
x |
) |
[inline, static] |