Searched refs:POINTER_SIZE (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dnwld.c52 assemble_align (POINTER_SIZE);
53 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
72 assemble_align (POINTER_SIZE);
73 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
/freebsd-10.0-release/contrib/gcc/config/
H A Dfreebsd-spec.h192 (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int")
194 (POINTER_SIZE == 64 ? "long int" : "int")
H A Ddarwin.c1270 assemble_align (POINTER_SIZE);
1271 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1284 assemble_align (POINTER_SIZE);
1285 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2asm.c340 return POINTER_SIZE / BITS_PER_UNIT;
789 assemble_integer (sym_ref, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
820 assemble_align (POINTER_SIZE);
821 assemble_integer (addr, size, POINTER_SIZE, 1);
H A Ddefaults.h459 #ifndef POINTER_SIZE
460 #define POINTER_SIZE BITS_PER_WORD macro
547 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
H A Dconvert.c65 if (TYPE_PRECISION (TREE_TYPE (expr)) != POINTER_SIZE)
67 lang_hooks.types.type_for_size (POINTER_SIZE, 0),
468 lang_hooks.types.type_for_size (POINTER_SIZE, 0),
H A Dvarasm.c1226 assemble_align (POINTER_SIZE);
1227 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1236 assemble_align (POINTER_SIZE);
1237 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1276 assemble_align (POINTER_SIZE);
1277 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1286 assemble_align (POINTER_SIZE);
[all...]
H A Dtarghooks.c615 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0)
H A Dc-cppbuiltin.c495 && POINTER_SIZE == 64
H A Dstor-layout.c1673 TYPE_SIZE (type) = bitsize_int (POINTER_SIZE);
1674 TYPE_SIZE_UNIT (type) = size_int (POINTER_SIZE / BITS_PER_UNIT);
1677 TYPE_MODE (type) = mode_for_size (POINTER_SIZE, MODE_INT, 0);
H A Dtree.c1366 ? POINTER_SIZE : TYPE_PRECISION (TREE_TYPE (expr)));
1422 ? POINTER_SIZE : TYPE_PRECISION (TREE_TYPE (expr)));
1460 ? POINTER_SIZE : TYPE_PRECISION (TREE_TYPE (expr)));
H A Dc-common.c3410 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0);
H A Demit-rtl.c66 enum machine_mode ptr_mode; /* Mode whose width is POINTER_SIZE. */
5168 ptr_mode = mode_for_size (POINTER_SIZE, GET_MODE_CLASS (Pmode), 0);
H A Dexcept.c400 tmp = build_int_cst (NULL_TREE, 5 * BITS_PER_WORD / POINTER_SIZE - 1);
H A Ddwarf2out.c131 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
252 #define DWARF2_ADDR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
H A Dfold-const.c226 prec = POINTER_SIZE;
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.h1085 #ifndef POINTER_SIZE
1086 #define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32)
2725 #define SIZE_TYPE (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int")
2728 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
1080 #define POINTER_SIZE macro
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcvt.c272 if (TYPE_PRECISION (intype) == POINTER_SIZE)
274 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 0), expr);
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.h173 #define POINTER_SIZE (TARGET_ILP32 ? 32 : 64)
176 from being `POINTER_SIZE' bits wide to `Pmode' are sign-extended and one if
179 You need not define this macro if the `POINTER_SIZE' is equal to the width
170 #define POINTER_SIZE macro
H A Dia64.c3629 if (size == POINTER_SIZE / BITS_PER_UNIT
3639 fputs (directive[(aligned_p != 0)][POINTER_SIZE == 32], asm_out_file);
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.h618 #define POINTER_SIZE (TARGET_PTR64 ? 64 : 32)
614 #define POINTER_SIZE macro
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.h489 #define POINTER_SIZE (TARGET_32BIT ? 32 : 64)
488 #define POINTER_SIZE macro
H A Drs6000.c16183 gcc_assert (!TARGET_64BIT || POINTER_SIZE >= GET_MODE_BITSIZE (mode));
16185 if (POINTER_SIZE > GET_MODE_BITSIZE (mode))
16188 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode),
16189 POINTER_SIZE, &low, &high, 0);
16192 low <<= POINTER_SIZE - GET_MODE_BITSIZE (mode);
16211 if (POINTER_SIZE < GET_MODE_BITSIZE (mode))
18390 assemble_align (POINTER_SIZE);
18399 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
18419 assemble_align (POINTER_SIZE);
[all...]
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c11435 assemble_align (POINTER_SIZE);

Completed in 429 milliseconds