Lines Matching defs:oldinstr
110 #define OLDINSTR(oldinstr, num) \ argument
130 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
160 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument
169 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
181 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument
210 #define alternative(oldinstr, newinstr, feature) \ argument
213 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
216 #define alternative_ternary(oldinstr, feature, newinstr_yes, newinstr_no) \ argument
227 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
239 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \ argument
246 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
386 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument