| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | nwld.c | 52 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 D | freebsd-spec.h | 192 (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int") 194 (POINTER_SIZE == 64 ? "long int" : "int")
|
| H A D | darwin.c | 1270 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 D | dwarf2asm.c | 338 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 D | convert.c | 65 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 D | defaults.h | 459 #ifndef POINTER_SIZE 460 #define POINTER_SIZE BITS_PER_WORD macro 547 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
|
| H A D | varasm.c | 1220 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 D | targhooks.c | 627 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0) in default_builtin_vector_alignment_reachable()
|
| H A D | stor-layout.c | 1668 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 D | c-cppbuiltin.c | 495 && POINTER_SIZE == 64 in c_cpp_builtins()
|
| H A D | tree.c | 1369 ? 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 D | except.c | 396 tmp = build_int_cst (NULL_TREE, 5 * BITS_PER_WORD / POINTER_SIZE - 1); in init_eh()
|
| H A D | emit-rtl.c | 5144 ptr_mode = mode_for_size (POINTER_SIZE, GET_MODE_CLASS (Pmode), 0); in init_emit_once()
|
| H A D | dwarf2out.c | 131 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT) 253 #define DWARF2_ADDR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
|
| H A D | c-common.c | 3492 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()
|
| H A D | c-typeck.c | 3780 value = convert (c_common_type_for_size (POINTER_SIZE, 1), value); in build_c_cast()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.h | 1082 #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 D | cvt.c | 271 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 D | ChangeLog-1996 | 82 * 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 D | typeck.c | 5429 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 D | ia64.h | 170 #define POINTER_SIZE (TARGET_ILP32 ? 32 : 64) macro
|
| H A D | ia64.c | 3623 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 D | sparc.h | 614 #define POINTER_SIZE (TARGET_PTR64 ? 64 : 32) macro
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 16174 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 D | rs6000.h | 488 #define POINTER_SIZE (TARGET_32BIT ? 32 : 64) macro
|