Home
last modified time | relevance | path

Searched refs:emit_push_byte (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c1559 emit_push_byte (unsigned regno, bool frame_related_p) in emit_push_byte() function
1593 emit_push_byte (treg, frame_related_p); in emit_push_sfr()
1677 emit_push_byte (reg, true); in avr_prologue_setup_frame()
1686 emit_push_byte (REG_Y, true); in avr_prologue_setup_frame()
1687 emit_push_byte (REG_Y + 1, true); in avr_prologue_setup_frame()
1930 emit_push_byte (AVR_ZERO_REGNO, true); in avr_expand_prologue()
1933 emit_push_byte (AVR_TMP_REGNO, true); in avr_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc1931 emit_push_byte (unsigned regno, bool frame_related_p) in emit_push_byte() function
1965 emit_push_byte (treg, frame_related_p); in emit_push_sfr()
2049 emit_push_byte (reg, true); in avr_prologue_setup_frame()
2058 emit_push_byte (REG_Y, true); in avr_prologue_setup_frame()
2059 emit_push_byte (REG_Y + 1, true); in avr_prologue_setup_frame()
2302 emit_push_byte (AVR_ZERO_REGNO, true); in avr_expand_prologue()
2305 emit_push_byte (AVR_TMP_REGNO, true); in avr_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201134496 (emit_push_byte): New.
H A DChangeLog-201425156 (emit_push_byte): Likewise for local "insn".