Home | History | Annotate | Download | only in sh

Lines Matching refs:STREAM

80 /* Output assembler code to STREAM to call the profiler.  */
82 #define FUNCTION_PROFILER(STREAM,LABELNO) \
86 fprintf (STREAM, "\tmov.l\t3f,r1\n"); \
87 fprintf (STREAM, "\tmova\t3f,r0\n"); \
88 fprintf (STREAM, "\tadd\tr1,r0\n"); \
89 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \
90 fprintf (STREAM, "\tmov.l\t@(r0,r1),r1\n"); \
93 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \
94 fprintf (STREAM, "\tsts.l\tpr,@-r15\n"); \
95 fprintf (STREAM, "\tmova\t2f,r0\n"); \
96 fprintf (STREAM, "\tjmp\t@r1\n"); \
97 fprintf (STREAM, "\tlds\tr0,pr\n"); \
98 fprintf (STREAM, "\t.align\t2\n"); \
101 fprintf (STREAM, "1:\t.long\tmcount@GOT\n"); \
102 fprintf (STREAM, "3:\t.long\t_GLOBAL_OFFSET_TABLE_\n"); \
105 fprintf (STREAM, "1:\t.long\tmcount\n"); \
106 fprintf (STREAM, "2:\tlds.l\t@r15+,pr\n"); \