Go to the documentation of this file.
27 #ifndef AVUTIL_MIPS_ASMDEFS_H
28 #define AVUTIL_MIPS_ASMDEFS_H
30 #if defined(_ABI64) && _MIPS_SIM == _ABI64
31 # define PTRSIZE " 8 "
33 # define PTR_ADDU "daddu "
34 # define PTR_ADDIU "daddiu "
35 # define PTR_SUBU "dsubu "
38 # define PTRSIZE " 4 "
40 # define PTR_ADDU "addu "
41 # define PTR_ADDIU "addiu "
42 # define PTR_SUBU "subu "