OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_stk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c
927
#define C0_NOSTK -1 /*
to_stk
value if register has not been stored. */
936
int
to_stk
; /* offset from original SP to register (4-byte aligned),
member in struct:xtensa_c0reg
1005
cache->c0.c0_rt[i].
to_stk
= C0_NOSTK;
1479
stkofs = cache->c0.c0_rt[reg].
to_stk
;
2295
&& src[src[odv[0]].fr_reg].
to_stk
== C0_NOSTK) /* First time. */
2299
dst[src[odv[0]].fr_reg].
to_stk
= src[odv[1]].fr_ofs + odv[2];
2554
int fp_regnum = C0_SP, c0_hasfp = 0, c0_frmsz = 0, prev_sp = 0,
to_stk
;
local
2645
to_stk
= cache->c0.c0_rt[C0_RA].
to_stk
;
2646
if (
to_stk
!= C0_NOSTK
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c
927
#define C0_NOSTK -1 /*
to_stk
value if register has not been stored. */
936
int
to_stk
; /* offset from original SP to register (4-byte aligned),
member in struct:xtensa_c0reg
1005
cache->c0.c0_rt[i].
to_stk
= C0_NOSTK;
1479
stkofs = cache->c0.c0_rt[reg].
to_stk
;
2294
&& src[src[odv[0]].fr_reg].
to_stk
== C0_NOSTK) /* First time. */
2298
dst[src[odv[0]].fr_reg].
to_stk
= src[odv[1]].fr_ofs + odv[2];
2553
int fp_regnum = C0_SP, c0_hasfp = 0, c0_frmsz = 0, prev_sp = 0,
to_stk
;
local
2644
to_stk
= cache->c0.c0_rt[C0_RA].
to_stk
;
2645
if (
to_stk
!= C0_NOSTK
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026