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