FFmpeg
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 mips_reg   int32_t
 
#define PTRSIZE   " 4 "
 
#define PTRLOG   " 2 "
 
#define PTR_ADDU   "addu "
 
#define PTR_ADDIU   "addiu "
 
#define PTR_ADDI   "addi "
 
#define PTR_SUBU   "subu "
 
#define PTR_L   "lw "
 
#define PTR_S   "sw "
 
#define PTR_SRA   "sra "
 
#define PTR_SRL   "srl "
 
#define PTR_SLL   "sll "
 

Detailed Description

MIPS assembly defines from sys/asm.h but rewritten for use with C inline assembly (rather than from within .s files).