> >> +/* { dg-final { scan-assembler-not "drintn\\." } } */ > >> +/* { dg-final { scan-assembler-not "drintnq\\." } } */ > >> +/* { dg-final { scan-assembler-not "dctfix" } } */ > >> +/* { dg-final { scan-assembler-not "dctfixq" } } */ > > > > If there is no "dctfix" there surely is no "dctfixq" either (i.e., your > > regexen aren't very tight). > > Ahh, true. I suppose I could also just look for "drintn" too, > since that would catch both drintn. and drintnq., ok with that > change?
Please add a comment what instructions each regex is supposed to match, then? Okay with such a change. Segher