Searched defs:POINTER_SIZE (Results 1 – 5 of 5) sorted by relevance
460 #define POINTER_SIZE BITS_PER_WORD macro
170 #define POINTER_SIZE (TARGET_ILP32 ? 32 : 64) macro
614 #define POINTER_SIZE (TARGET_PTR64 ? 64 : 32) macro
1080 #define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32) macro
488 #define POINTER_SIZE (TARGET_32BIT ? 32 : 64) macro