|
FFmpeg
|
MIPS assembly defines from sys/asm.h but rewritten for use with C inline assembly (rather than from within .s files). More...
#include <sgidefs.h>Go to the source code of this file.
Macros | |
| #define | PTRSIZE " 8 " |
| #define | PTRLOG " 3 " |
| #define | PTR_ADDU "daddu " |
| #define | PTR_ADDIU "daddiu " |
| #define | PTR_SUBU "dsubu " |
| #define | PTR_L "ld " |
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 "daddu " |
Definition at line 35 of file asmdefs.h.
Referenced by ff_mpadsp_apply_window_mips_float().
| #define PTR_ADDIU "daddiu " |
Definition at line 36 of file asmdefs.h.
Referenced by ff_mpadsp_apply_window_mips_fixed(), and ff_mpadsp_apply_window_mips_float().
| #define PTR_SUBU "dsubu " |
Definition at line 37 of file asmdefs.h.
Referenced by ff_mpadsp_apply_window_mips_float().
1.8.2