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_ILP32
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h
81
#ifndef
TARGET_ILP32
82
#define
TARGET_ILP32
0
142
#define POINTER_SIZE (
TARGET_ILP32
? 32 : 64)
221
#define TARGET_VTABLE_USES_DESCRIPTORS (
TARGET_ILP32
? 4 : 2)
230
#define TARGET_VTABLE_DATA_ENTRY_DISTANCE (
TARGET_ILP32
? 2 : 1)
239
#define LONG_TYPE_SIZE (
TARGET_ILP32
? 32 : 64)
984
if (
TARGET_ILP32
) \
991
if (
TARGET_ILP32
) \
1404
| (
TARGET_ILP32
? DW_EH_PE_udata4 : DW_EH_PE_udata8))
/src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h
81
#ifndef
TARGET_ILP32
82
#define
TARGET_ILP32
0
142
#define POINTER_SIZE (
TARGET_ILP32
? 32 : 64)
221
#define TARGET_VTABLE_USES_DESCRIPTORS (
TARGET_ILP32
? 4 : 2)
230
#define TARGET_VTABLE_DATA_ENTRY_DISTANCE (
TARGET_ILP32
? 2 : 1)
239
#define LONG_TYPE_SIZE (
TARGET_ILP32
? 32 : 64)
984
if (
TARGET_ILP32
) \
991
if (
TARGET_ILP32
) \
1404
| (
TARGET_ILP32
? DW_EH_PE_udata4 : DW_EH_PE_udata8))
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h
76
#define LONG_TYPE_SIZE (
TARGET_ILP32
? 32 : 64)
78
#define POINTER_SIZE (
TARGET_ILP32
? 32 : 64)
997
#define
TARGET_ILP32
(aarch64_abi & AARCH64_ABI_ILP32)
1190
#define TRAMPOLINE_SIZE (24 + (
TARGET_ILP32
? 8 : 16))
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h
94
#define LONG_TYPE_SIZE (
TARGET_ILP32
? 32 : 64)
96
#define POINTER_SIZE (
TARGET_ILP32
? 32 : 64)
1104
#define
TARGET_ILP32
(aarch64_abi & AARCH64_ABI_ILP32)
1309
#define TRAMPOLINE_SIZE (24 + (
TARGET_ILP32
? 8 : 16))
Completed in 62 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026