Home
last modified time | relevance | path

Searched refs:EIND (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/avr/
Dinterp.c65 #define EIND 0x5C macro
870 avr_cpu->pc = ((sram[EIND] << 16) | read_word (REGZ)) & PC_MASK; in step_once()
886 do_call (cpu, (sram[EIND] << 16) | read_word (REGZ)); in step_once()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi21654 section on @code{EIND} and linker stubs below.
21743 @subsubsection @code{EIND} and Devices with More Than 128 Ki Bytes of Flash
21744 @cindex @code{EIND}
21752 @code{EIND} that serves as most significant part of the target address
21761 The compiler never sets @code{EIND}.
21764 The compiler uses @code{EIND} implicitly in @code{EICALL}/@code{EIJMP}
21765 instructions or might read @code{EIND} directly in order to emulate an
21769 The compiler assumes that @code{EIND} never changes during the startup
21770 code or during the application. In particular, @code{EIND} is not
21788 The default linker script is arranged for code with @code{EIND = 0}.
[all …]
Dgcc.info20387 section on 'EIND' and linker stubs below.
20461 3.19.6.1 'EIND' and Devices with More Than 128 Ki Bytes of Flash
20470 called 'EIND' that serves as most significant part of the target address
20476 * The compiler never sets 'EIND'.
20478 * The compiler uses 'EIND' implicitly in 'EICALL'/'EIJMP'
20479 instructions or might read 'EIND' directly in order to emulate an
20482 * The compiler assumes that 'EIND' never changes during the startup
20483 code or during the application. In particular, 'EIND' is not
20498 * The default linker script is arranged for code with 'EIND = 0'. If
20499 code is supposed to work for a setup with 'EIND != 0', a custom
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20117069 * doc/invoke.texi (AVR Options): New subsubsection to explain EIND
7464 (__tablejump__): Consistently use EIND for indirect jump/call.
9126 * config/avr/libgcc.S (__tablejump__): Use RET instead of EIND +
DChangeLog-201231668 Some more notes on EIND usage and reorder EIND subsection.
DChangeLog-201544616 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
/netbsd/src/external/gpl3/gcc/dist/
DNEWS10345 + Handling of EIND and indirect jumps on devices with more than