Searched refs:saveop (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c8929 const char *saveop;
8946 saveop = ".savepsp";
8952 saveop = ".savesp";
8961 fprintf (asm_out_file, "\t%s rp, %ld\n", saveop, off);
8967 fprintf (asm_out_file, "\t%s pr, %ld\n", saveop, off);
8973 fprintf (asm_out_file, "\t%s ar.lc, %ld\n", saveop, off);
8979 fprintf (asm_out_file, "\t%s ar.pfs, %ld\n", saveop, off);
8985 fprintf (asm_out_file, "\t%s ar.unat, %ld\n", saveop, off);
8908 const char *saveop; local

Completed in 194 milliseconds