OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEXT32
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
sim-bits.h
590
#define
SEXT32
MSSEXT32
596
#define
SEXT32
LSSEXT32
/src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h
590
#define
SEXT32
MSSEXT32
596
#define
SEXT32
LSSEXT32
/src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h
362
#undef
SEXT32
379
#define
SEXT32
(x) ((((x)&0xffffffff)^(~0x7fffffff))+0x80000000)
/src/external/gpl3/gdb/dist/sim/d10v/
d10v-sim.h
392
#undef
SEXT32
407
#define
SEXT32
(x) ((((x)&SIGNED64(0xffffffff))^(~SIGNED64(0x7fffffff)))+SIGNED64(0x80000000))
/src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h
362
#undef
SEXT32
379
#define
SEXT32
(x) ((((x)&0xffffffff)^(~0x7fffffff))+0x80000000)
/src/external/gpl3/gdb.old/dist/sim/d10v/
d10v-sim.h
392
#undef
SEXT32
407
#define
SEXT32
(x) ((((x)&SIGNED64(0xffffffff))^(~SIGNED64(0x7fffffff)))+SIGNED64(0x80000000))
/src/external/gpl3/gdb/dist/sim/sh/
interp.c
87
#undef
SEXT32
664
#define
SEXT32
(x) ((int) ((x & 0xffffffff) ^ 0x80000000U) - 0x7fffffff - 1)
666
#define
SEXT32
(x) ((int) (x))
668
#define SIGN32(x) (
SEXT32
(x) >> 31)
/src/external/gpl3/gdb.old/dist/sim/sh/
interp.c
87
#undef
SEXT32
664
#define
SEXT32
(x) ((int) ((x & 0xffffffff) ^ 0x80000000U) - 0x7fffffff - 1)
666
#define
SEXT32
(x) ((int) (x))
668
#define SIGN32(x) (
SEXT32
(x) >> 31)
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026