Lines Matching defs:oldinstr
111 #define OLDINSTR(oldinstr, num) \ argument
131 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
161 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument
170 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
182 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument
211 #define alternative(oldinstr, newinstr, feature) \ argument
214 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
217 #define alternative_ternary(oldinstr, feature, newinstr_yes, newinstr_no) \ argument
228 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
240 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \ argument
247 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
387 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument