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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c9682 const char *saveop;
9699 saveop = ".savepsp";
9705 saveop = ".savesp";
9714 fprintf (asm_out_file, "\t%s rp, %ld\n", saveop, off);
9720 fprintf (asm_out_file, "\t%s pr, %ld\n", saveop, off);
9726 fprintf (asm_out_file, "\t%s ar.lc, %ld\n", saveop, off);
9732 fprintf (asm_out_file, "\t%s ar.pfs, %ld\n", saveop, off);
9738 fprintf (asm_out_file, "\t%s ar.unat, %ld\n", saveop, off);
9660 const char *saveop; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c8268 const char *saveop;
8285 saveop = ".savepsp";
8291 saveop = ".savesp";
8300 fprintf (asm_out_file, "\t%s rp, %ld\n", saveop, off);
8306 fprintf (asm_out_file, "\t%s pr, %ld\n", saveop, off);
8312 fprintf (asm_out_file, "\t%s ar.lc, %ld\n", saveop, off);
8318 fprintf (asm_out_file, "\t%s ar.pfs, %ld\n", saveop, off);
8324 fprintf (asm_out_file, "\t%s ar.unat, %ld\n", saveop, off);
8246 const char *saveop; local

Completed in 84 milliseconds