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_LIS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc
1165
#define
GEN_LIS
(buf, rt, si) GEN_ADDIS (buf, rt, 0, si)
1351
p +=
GEN_LIS
(p, reg, (imm >> 16) & 0xffff);
1366
p +=
GEN_LIS
(p, reg, ((imm >> 48) & 0xffff));
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc
1166
#define
GEN_LIS
(buf, rt, si) GEN_ADDIS (buf, rt, 0, si)
1352
p +=
GEN_LIS
(p, reg, (imm >> 16) & 0xffff);
1367
p +=
GEN_LIS
(p, reg, ((imm >> 48) & 0xffff));
Completed in 26 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026