OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAMPZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/avr/
interp.c
66
#define
RAMPZ
0x5B
763
return (sram[
RAMPZ
] << 16) | (sram[REGZ_HI] << 8) | sram[REGZ_LO];
1358
sram[
RAMPZ
] = z >> 16;
/src/external/gpl3/gdb.old/dist/sim/avr/
interp.c
66
#define
RAMPZ
0x5B
763
return (sram[
RAMPZ
] << 16) | (sram[REGZ_HI] << 8) | sram[REGZ_LO];
1358
sram[
RAMPZ
] = z >> 16;
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026