OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_MOPS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h
415
#define
TARGET_MOPS
(AARCH64_ISA_MOPS)
1104
targeting -mstrict-align or
TARGET_MOPS
, so keep a sensible default in
1107
((!STRICT_ALIGNMENT ||
TARGET_MOPS
) ? 2 : (((speed) ? 15 : AARCH64_CALL_RATIO) / 2))
1114
(!STRICT_ALIGNMENT ? (
TARGET_MOPS
? 0 : 4) : (speed) ? 15 : AARCH64_CALL_RATIO)
1121
((!STRICT_ALIGNMENT ||
TARGET_MOPS
) ? 0 : (speed) ? 15 : AARCH64_CALL_RATIO - 2)
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h
432
#define
TARGET_MOPS
(AARCH64_ISA_MOPS)
1223
targeting -mstrict-align or
TARGET_MOPS
, so keep a sensible default in
1226
((!STRICT_ALIGNMENT ||
TARGET_MOPS
) ? 2 : (((speed) ? 15 : AARCH64_CALL_RATIO) / 2))
1233
(!STRICT_ALIGNMENT ? (
TARGET_MOPS
? 0 : 4) : (speed) ? 15 : AARCH64_CALL_RATIO)
1240
((!STRICT_ALIGNMENT ||
TARGET_MOPS
) ? 0 : (speed) ? 15 : AARCH64_CALL_RATIO - 2)
Completed in 17 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026