Searched refs:oldinstr (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | alternative.h | 38 #define __OLDINSTR(oldinstr, num) \ argument 39 "661:\n\t" oldinstr "\n662:\n" \ 43 #define OLDINSTR(oldinstr, num) \ argument 44 __OLDINSTR(oldinstr, num) \ 53 #define OLDINSTR_2(oldinstr, num1, num2) \ argument 54 "661:\n\t" oldinstr "\n662:\n" \ 71 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument 72 OLDINSTR(oldinstr, 1) \ 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 81 OLDINSTR_2(oldinstr, 1, 2) \ [all …]
|
| H A D | alternative-asm.h | 29 .macro ALTERNATIVE oldinstr, newinstr, feature 31 \oldinstr 58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 60 \oldinstr
|
| /linux/arch/s390/include/asm/ |
| H A D | alternative.h | 115 #define OLDINSTR(oldinstr) \ argument 116 "661:\n\t" oldinstr "\n662:\n" 131 #define ALTERNATIVE(oldinstr, altinstr, feature) \ argument 135 OLDINSTR(oldinstr) \ 140 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ argument 145 OLDINSTR(oldinstr) \ 163 #define alternative(oldinstr, altinstr, feature) \ argument 164 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, feature) : : : "memory") 166 #define alternative_2(oldinstr, altinstr1, feature1, altinstr2, feature2) \ argument 167 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, feature1, \ [all …]
|
| /linux/tools/include/asm/ |
| H A D | alternative.h | 7 .macro ALTERNATIVE oldinstr, newinstr, feature 8 \oldinstr
|