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...

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 "
 

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   " 4 "

Definition at line 38 of file asmdefs.h.

#define PTRLOG   " 2 "

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

Definition at line 42 of file asmdefs.h.

Referenced by ff_mpadsp_apply_window_mips_float().

#define PTR_L   "lw "

Definition at line 43 of file asmdefs.h.