FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
asmdefs.h File Reference

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 "
 

Detailed Description

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.

Macro Definition Documentation

#define PTRSIZE   " 8 "

Definition at line 33 of file asmdefs.h.

#define PTRLOG   " 3 "

Definition at line 34 of 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 "
#define PTR_SUBU   "dsubu "

Definition at line 37 of file asmdefs.h.

Referenced by ff_mpadsp_apply_window_mips_float().

#define PTR_L   "ld "

Definition at line 38 of file asmdefs.h.