OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONST_HIGH_PART
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h
626
#define
CONST_HIGH_PART
(VALUE) (((VALUE) + (IMM_REACH / 2)) & ~(IMM_REACH - 1))
628
#define CONST_LOW_PART(VALUE) ((VALUE) -
CONST_HIGH_PART
(VALUE))
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h
984
#define
CONST_HIGH_PART
(VALUE) (((VALUE) + (IMM_REACH/2)) & ~(IMM_REACH-1))
985
#define CONST_LOW_PART(VALUE) ((VALUE) -
CONST_HIGH_PART
(VALUE))
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h
586
#define
CONST_HIGH_PART
(VALUE) (((VALUE) + (IMM_REACH / 2)) & ~(IMM_REACH - 1))
588
#define CONST_LOW_PART(VALUE) ((VALUE) -
CONST_HIGH_PART
(VALUE))
/src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h
1187
#define
CONST_HIGH_PART
(VALUE) (((VALUE) + (IMM_REACH/2)) & ~(IMM_REACH-1))
1188
#define CONST_LOW_PART(VALUE) ((VALUE) -
CONST_HIGH_PART
(VALUE))
/src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h
2338
#define
CONST_HIGH_PART
(VALUE) \
2342
((VALUE) -
CONST_HIGH_PART
(VALUE))
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h
2320
#define
CONST_HIGH_PART
(VALUE) \
2324
((VALUE) -
CONST_HIGH_PART
(VALUE))
Completed in 25 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026