Home | History | Annotate | Download | only in cr16

Lines Matching defs:temp_str

1715   char *temp_str;
1718 temp_str = (char *) xmalloc (160);
1781 strcpy (temp_str, "\n\tpopret\t");
1783 strcpy (temp_str, "\n\tpop\t");
1785 strcat (temp_str, one_inst_str);
1788 strcat (return_str, temp_str);
1793 strcpy (temp_str, "\n\tpush\t");
1794 strcat (temp_str, one_inst_str);
1799 strcat (temp_str, return_str);
1800 strcpy (return_str, temp_str);
1818 strcpy (temp_str, "\n\tsubd\t (r5, r4), (sp)\t\n");
1819 strcat (temp_str, return_str);
1820 strcpy (return_str, temp_str);