D | alternative.h | 220 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument 222 : : "i" (0), ## input) 233 feature2, input...) \ argument 236 : : "i" (0), ## input) 239 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument 241 : output : "i" (0), ## input) 244 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument 246 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input) 255 output, input...) \ argument 260 [new2] "i" (newfunc2), ## input)
|