Go to the documentation of this file.
21 #ifndef AVCODEC_PPC_REGS_H
22 #define AVCODEC_PPC_REGS_H
28 # define r(n) AV_TOSTRING(n)
29 # define f(n) AV_TOSTRING(n)
30 # define v(n) AV_TOSTRING(n)
32 # define r(n) AV_TOSTRING(r ## n)
33 # define f(n) AV_TOSTRING(f ## n)
34 # define v(n) AV_TOSTRING(v ## n)