Lines Matching refs:rampz
137 /* RAMPZ: The high byte of 24-bit address used with ELPM */
138 int rampz;
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);
13889 insn = fun (xas, GEN_INT (avr_addr.rampz));