Lines Matching refs:asm_fprintf
1597 asm_fprintf (asm_out_file, "\tpushm\t%s-%s\n", in rx_emit_stack_pushm()
1914 asm_fprintf (file, "\t; Note: Fast Interrupt Handler\n"); in rx_output_function_prologue()
1917 asm_fprintf (file, "\t; Note: Interrupt Handler\n"); in rx_output_function_prologue()
1920 asm_fprintf (file, "\t; Note: Naked Function\n"); in rx_output_function_prologue()
1923 asm_fprintf (file, "\t; Note: Nested function declared " in rx_output_function_prologue()
1927 asm_fprintf (file, "\t; Note: Calls __builtin_eh_return.\n"); in rx_output_function_prologue()
1951 asm_fprintf (asm_out_file, "\tpopm\t%s-%s\n", in rx_emit_stack_popm()
1955 asm_fprintf (asm_out_file, "\trtsd\t#%d, %s-%s\n", in rx_emit_stack_popm()
3103 asm_fprintf (file, "\tmov.L\t#0deadbeefH, r%d\n", STATIC_CHAIN_REGNUM); in rx_trampoline_template()
3104 asm_fprintf (file, "\tmov.L\t#0deadbeefH, r%d\n", TRAMPOLINE_TEMP_REGNUM); in rx_trampoline_template()
3105 asm_fprintf (file, "\tjmp\tr%d\n", TRAMPOLINE_TEMP_REGNUM); in rx_trampoline_template()
3114 asm_fprintf (file, "\t.BYTE 0%c2H, 0fbH, 003H, 003H\n", r8); in rx_trampoline_template()
3115 asm_fprintf (file, "\t.BYTE 0deH, 0adH, 0beH, 0efH\n"); in rx_trampoline_template()
3116 asm_fprintf (file, "\t.BYTE 0%c2H, 0fbH, 003H, 003H\n", r9); in rx_trampoline_template()
3117 asm_fprintf (file, "\t.BYTE 0deH, 0adH, 0beH, 0efH\n"); in rx_trampoline_template()
3118 asm_fprintf (file, "\t.BYTE 003H, 003H, 00%cH, 07fH\n", r9); in rx_trampoline_template()
3122 asm_fprintf (file, "\t.byte 0x%c2, 0xfb, 0x03, 0x03\n", r8); in rx_trampoline_template()
3123 asm_fprintf (file, "\t.byte 0xde, 0xad, 0xbe, 0xef\n"); in rx_trampoline_template()
3124 asm_fprintf (file, "\t.byte 0x%c2, 0xfb, 0x03, 0x03\n", r9); in rx_trampoline_template()
3125 asm_fprintf (file, "\t.byte 0xde, 0xad, 0xbe, 0xef\n"); in rx_trampoline_template()
3126 asm_fprintf (file, "\t.byte 0x03, 0x03, 0x0%c, 0x7f\n", r9); in rx_trampoline_template()