FFmpeg
|
MIPS assembly defines from sys/asm.h but rewritten for use with C inline assembly (rather than from within .s files). More...
Go to the source code of this file.
Macros | |
#define | PTRSIZE " 4 " |
#define | PTRLOG " 2 " |
#define | PTR_ADDU "addu " |
#define | PTR_ADDIU "addiu " |
#define | PTR_SUBU "subu " |
#define | PTR_L "lw " |
MIPS assembly defines from sys/asm.h but rewritten for use with C inline assembly (rather than from within .s files).
Definition in file asmdefs.h.
#define PTR_ADDU "addu " |
Definition at line 40 of file asmdefs.h.
Referenced by ff_mpadsp_apply_window_mips_float().
#define PTR_ADDIU "addiu " |
Definition at line 41 of file asmdefs.h.
Referenced by ff_mpadsp_apply_window_mips_fixed(), and ff_mpadsp_apply_window_mips_float().
#define PTR_SUBU "subu " |
Definition at line 42 of file asmdefs.h.
Referenced by ff_mpadsp_apply_window_mips_float().