HomeSort by: relevance | last modified time | path
    Searched refs:AVR_ZERO_REGNO (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 106 #define AVR_ZERO_REGNO (AVR_TINY ? ZERO_REGNO_TINY : ZERO_REGNO)
1211 zero_reg_rtx = all_regs_rtx[AVR_ZERO_REGNO];
2931 emit_push_byte (AVR_ZERO_REGNO, true);
3263 emit_pop_byte (AVR_ZERO_REGNO);
12316 fprintf (asm_out_file, "__zero_reg__ = %d\n", AVR_ZERO_REGNO);
14079 : AVR_ZERO_REGNO == REGNO (xdest[n]) ? "clr %0"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 106 #define AVR_ZERO_REGNO (AVR_TINY ? ZERO_REGNO_TINY : ZERO_REGNO)
1170 zero_reg_rtx = all_regs_rtx[AVR_ZERO_REGNO];
2303 emit_push_byte (AVR_ZERO_REGNO, true);
2644 emit_pop_byte (AVR_ZERO_REGNO);
11175 fprintf (asm_out_file, "__zero_reg__ = %d\n", AVR_ZERO_REGNO);
12864 : AVR_ZERO_REGNO == REGNO (xdest[n]) ? "clr %0"

Completed in 31 milliseconds