Go to the documentation of this file.
27 #ifndef AVUTIL_MIPS_ASMDEFS_H
28 #define AVUTIL_MIPS_ASMDEFS_H
32 #if _MIPS_SIM == _ABI64
33 # define PTRSIZE " 8 "
35 # define PTR_ADDU "daddu "
36 # define PTR_ADDIU "daddiu "
37 # define PTR_SUBU "dsubu "
40 # define PTRSIZE " 4 "
42 # define PTR_ADDU "addu "
43 # define PTR_ADDIU "addiu "
44 # define PTR_SUBU "subu "