Home
last modified time | relevance | path

Searched refs:POINTER_SIZE (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12.1/contrib/gcc/config/i386/
H A Dnwld.c52 assemble_align (POINTER_SIZE); in nwld_named_section_asm_out_constructor()
53 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in nwld_named_section_asm_out_constructor()
72 assemble_align (POINTER_SIZE); in nwld_named_section_asm_out_destructor()
73 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in nwld_named_section_asm_out_destructor()
/freebsd-12.1/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); in machopic_asm_out_constructor()
1271 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in machopic_asm_out_constructor()
1284 assemble_align (POINTER_SIZE); in machopic_asm_out_destructor()
1285 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in machopic_asm_out_destructor()
/freebsd-12.1/contrib/gcc/
H A Ddwarf2asm.c338 return POINTER_SIZE / BITS_PER_UNIT; in size_of_encoded_value()
786 assemble_integer (sym_ref, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in dw2_output_indirect_constant_1()
817 assemble_align (POINTER_SIZE); in dw2_asm_output_encoded_addr_rtx()
818 assemble_integer (addr, size, POINTER_SIZE, 1); in dw2_asm_output_encoded_addr_rtx()
H A Dconvert.c65 if (TYPE_PRECISION (TREE_TYPE (expr)) != POINTER_SIZE) in convert_to_pointer()
67 lang_hooks.types.type_for_size (POINTER_SIZE, 0), in convert_to_pointer()
107 if (TYPE_PRECISION (TREE_TYPE (expr)) != POINTER_SIZE) in convert_to_block_pointer()
109 lang_hooks.types.type_for_size (POINTER_SIZE, 0), in convert_to_block_pointer()
519 lang_hooks.types.type_for_size (POINTER_SIZE, 0), in convert_to_integer()
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 Dvarasm.c1220 assemble_align (POINTER_SIZE); in default_named_section_asm_out_destructor()
1221 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in default_named_section_asm_out_destructor()
1230 assemble_align (POINTER_SIZE); in default_dtor_section_asm_out_destructor()
1231 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in default_dtor_section_asm_out_destructor()
1270 assemble_align (POINTER_SIZE); in default_named_section_asm_out_constructor()
1271 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in default_named_section_asm_out_constructor()
1280 assemble_align (POINTER_SIZE); in default_ctor_section_asm_out_constructor()
1281 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in default_ctor_section_asm_out_constructor()
2241 if (size > UNITS_PER_WORD && size > POINTER_SIZE / BITS_PER_UNIT) in default_assemble_integer()
3847 || TYPE_PRECISION (endtype) >= POINTER_SIZE) in initializer_constant_valid_p()
[all …]
H A Dtarghooks.c627 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0) in default_builtin_vector_alignment_reachable()
H A Dstor-layout.c1668 TYPE_SIZE (type) = bitsize_int (POINTER_SIZE); in layout_type()
1669 TYPE_SIZE_UNIT (type) = size_int (POINTER_SIZE / BITS_PER_UNIT); in layout_type()
1672 TYPE_MODE (type) = mode_for_size (POINTER_SIZE, MODE_INT, 0); in layout_type()
H A Dc-cppbuiltin.c495 && POINTER_SIZE == 64 in c_cpp_builtins()
H A Dtree.c1369 ? POINTER_SIZE : TYPE_PRECISION (TREE_TYPE (expr))); in integer_pow2p()
1425 ? POINTER_SIZE : TYPE_PRECISION (TREE_TYPE (expr))); in tree_log2()
1463 ? POINTER_SIZE : TYPE_PRECISION (TREE_TYPE (expr))); in tree_floor_log2()
H A Dexcept.c396 tmp = build_int_cst (NULL_TREE, 5 * BITS_PER_WORD / POINTER_SIZE - 1); in init_eh()
H A Demit-rtl.c5144 ptr_mode = mode_for_size (POINTER_SIZE, GET_MODE_CLASS (Pmode), 0); in init_emit_once()
H A Ddwarf2out.c131 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
253 #define DWARF2_ADDR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
H A Dc-common.c3492 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()
H A Dc-typeck.c3780 value = convert (c_common_type_for_size (POINTER_SIZE, 1), value); in build_c_cast()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h1082 #ifndef POINTER_SIZE
1083 #define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32) macro
2705 #define SIZE_TYPE (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int")
2708 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c271 if (TYPE_PRECISION (intype) == POINTER_SIZE) in cp_convert_to_pointer()
273 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 0), expr); in cp_convert_to_pointer()
H A DChangeLog-199682 * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
485 * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
3733 POINTER_SIZE to agree with expr.c.
H A Dtypeck.c5429 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 1), expr); in build_reinterpret_cast_1()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h170 #define POINTER_SIZE (TARGET_ILP32 ? 32 : 64) macro
H A Dia64.c3623 if (size == POINTER_SIZE / BITS_PER_UNIT in ia64_assemble_integer()
3633 fputs (directive[(aligned_p != 0)][POINTER_SIZE == 32], asm_out_file); in ia64_assemble_integer()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h614 #define POINTER_SIZE (TARGET_PTR64 ? 64 : 32) macro
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c16174 gcc_assert (!TARGET_64BIT || POINTER_SIZE >= GET_MODE_BITSIZE (mode)); in output_toc()
16176 if (POINTER_SIZE > GET_MODE_BITSIZE (mode)) in output_toc()
16179 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode), in output_toc()
16180 POINTER_SIZE, &low, &high, 0); in output_toc()
16183 low <<= POINTER_SIZE - GET_MODE_BITSIZE (mode); in output_toc()
16202 if (POINTER_SIZE < GET_MODE_BITSIZE (mode)) in output_toc()
18370 assemble_align (POINTER_SIZE); in rs6000_elf_asm_out_constructor()
18379 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in rs6000_elf_asm_out_constructor()
18399 assemble_align (POINTER_SIZE); in rs6000_elf_asm_out_destructor()
18408 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in rs6000_elf_asm_out_destructor()
H A Drs6000.h488 #define POINTER_SIZE (TARGET_32BIT ? 32 : 64) macro

12