Home | History | Annotate | Download | only in asm

Lines Matching defs:STR

29 #ifndef STR
30 #define STR(x) __STR(x)
690 #define read_32bit_cp1_register(source) ({ int __res; __asm__ __volatile__( ".set\tpush\n\t" ".set\treorder\n\t" "cfc1\t%0,"STR(source)"\n\t" ".set\tpop" : "=r" (__res)); __res;})