OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SET64HI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h
40
#define
SET64HI
(t) (((uword64)(t))<<32)
41
#define WORD64(h,l) ((word64)((
SET64HI
(h)|SET64LO(l))))
42
#define UWORD64(h,l) (
SET64HI
(h)|SET64LO(l))
/src/external/gpl3/gdb/dist/sim/mips/
sim-main.h
40
#define
SET64HI
(t) (((uword64)(t))<<32)
41
#define WORD64(h,l) ((word64)((
SET64HI
(h)|SET64LO(l))))
42
#define UWORD64(h,l) (
SET64HI
(h)|SET64LO(l))
Completed in 43 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026