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

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 137 /* RAMPZ: The high byte of 24-bit address used with ELPM */
138 int rampz; member in struct:__anon13284
1174 /* RAMPZ: Address' high part when loading via ELPM */
1175 avr_addr.rampz = 0x3B + avr_arch->sfr_offset;
1221 rampz_rtx = gen_rtx_MEM (QImode, GEN_INT (avr_addr.rampz));
3212 /* Restore RAMPZ/Y/X/D using tmp_reg as scratch.
3833 if (AVR_HAVE_RAMPZ && ival == avr_addr.rampz)
4577 /* Set RAMPZ as needed. */
4699 /* Reset RAMPZ to 0 so that EBI devices don't read garbage from RAM. */
11541 a zero address is valid and means 0x<RAMPZ val>0000, where RAMPZ i
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 137 /* RAMPZ: The high byte of 24-bit address used with ELPM */
138 int rampz; member in struct:__anon15731
1133 /* RAMPZ: Address' high part when loading via ELPM */
1134 avr_addr.rampz = 0x3B + avr_arch->sfr_offset;
1180 rampz_rtx = gen_rtx_MEM (QImode, GEN_INT (avr_addr.rampz));
2593 /* Restore RAMPZ/Y/X/D using tmp_reg as scratch.
3218 if (AVR_HAVE_RAMPZ && ival == avr_addr.rampz)
3931 /* Set RAMPZ as needed. */
4053 /* Reset RAMPZ to 0 so that EBI devices don't read garbage from RAM. */
11165 fprintf (asm_out_file, "__RAMPZ__ = 0x%02x\n", avr_addr.rampz - sfr_offset)
    [all...]

Completed in 29 milliseconds