OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GEN_LOAD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc
1317
/*
GEN_LOAD
and GEN_STORE generate 64- or 32-bit load/store for ppc64 or ppc32
1322
#define
GEN_LOAD
(buf, rt, ra, si, is_64) (is_64 ? \
1329
#define
GEN_LOAD
(buf, rt, ra, si, is_64) GEN_LWZ (buf, rt, ra, si)
1424
p +=
GEN_LOAD
(p, 11, 12, 16, is_64);
1425
p +=
GEN_LOAD
(p, 2, 12, 8, is_64);
1426
p +=
GEN_LOAD
(p, 12, 12, 0, is_64);
1724
p +=
GEN_LOAD
(p, 3, 1, min_frame + 32 * rsz, is_64); /* ld r3, 32(r1) */
1725
p +=
GEN_LOAD
(p, 4, 1, min_frame + 33 * rsz, is_64); /* ld r4, 33(r1) */
1726
p +=
GEN_LOAD
(p, 5, 1, min_frame + 34 * rsz, is_64); /* ld r5, 34(r1) */
1727
p +=
GEN_LOAD
(p, 6, 1, min_frame + 35 * rsz, is_64); /* ld r6, 35(r1) *
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc
1318
/*
GEN_LOAD
and GEN_STORE generate 64- or 32-bit load/store for ppc64 or ppc32
1323
#define
GEN_LOAD
(buf, rt, ra, si, is_64) (is_64 ? \
1330
#define
GEN_LOAD
(buf, rt, ra, si, is_64) GEN_LWZ (buf, rt, ra, si)
1425
p +=
GEN_LOAD
(p, 11, 12, 16, is_64);
1426
p +=
GEN_LOAD
(p, 2, 12, 8, is_64);
1427
p +=
GEN_LOAD
(p, 12, 12, 0, is_64);
1726
p +=
GEN_LOAD
(p, 3, 1, min_frame + 32 * rsz, is_64); /* ld r3, 32(r1) */
1727
p +=
GEN_LOAD
(p, 4, 1, min_frame + 33 * rsz, is_64); /* ld r4, 33(r1) */
1728
p +=
GEN_LOAD
(p, 5, 1, min_frame + 34 * rsz, is_64); /* ld r5, 34(r1) */
1729
p +=
GEN_LOAD
(p, 6, 1, min_frame + 35 * rsz, is_64); /* ld r6, 35(r1) *
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026