Searched refs:POINTER_BYTES (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 82 #define POINTER_BYTES (POINTER_SIZE / BITS_PER_UNIT) macro 8702 gcc_assert ((vcall_offset & (POINTER_BYTES - 1)) == 0); in aarch64_output_mi_thunk() 8722 if (vcall_offset >= -256 && vcall_offset < 4096 * POINTER_BYTES) in aarch64_output_mi_thunk() 11267 assemble_aligned_integer (POINTER_BYTES, const0_rtx); in aarch64_asm_trampoline_template() 11268 assemble_aligned_integer (POINTER_BYTES, const0_rtx); in aarch64_asm_trampoline_template() 11290 mem = adjust_address (m_tramp, ptr_mode, tramp_code_sz + POINTER_BYTES); in aarch64_trampoline_init() 11405 assemble_aligned_integer (POINTER_BYTES, symbol); in aarch64_elf_asm_constructor() 11425 assemble_aligned_integer (POINTER_BYTES, symbol); in aarch64_elf_asm_destructor() 23481 assemble_integer (GEN_INT (ROUND_UP (12, POINTER_BYTES)), 4, 32, 1); in aarch64_file_end_indicate_exec_stack()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 89 #define POINTER_BYTES (POINTER_SIZE / BITS_PER_UNIT) macro 10155 gcc_assert ((vcall_offset & (POINTER_BYTES - 1)) == 0); in aarch64_output_mi_thunk() 10175 if (vcall_offset >= -256 && vcall_offset < 4096 * POINTER_BYTES) in aarch64_output_mi_thunk() 12708 assemble_aligned_integer (POINTER_BYTES, const0_rtx); in aarch64_asm_trampoline_template() 12709 assemble_aligned_integer (POINTER_BYTES, const0_rtx); in aarch64_asm_trampoline_template() 12731 mem = adjust_address (m_tramp, ptr_mode, tramp_code_sz + POINTER_BYTES); in aarch64_trampoline_init() 12846 assemble_aligned_integer (POINTER_BYTES, symbol); in aarch64_elf_asm_constructor() 12866 assemble_aligned_integer (POINTER_BYTES, symbol); in aarch64_elf_asm_destructor() 27177 assemble_integer (GEN_INT (ROUND_UP (12, POINTER_BYTES)), 4, 32, 1); in aarch64_file_end_indicate_exec_stack()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2013 | 25340 * config/aarch64/aarch64.c (POINTER_BYTES): New define. 25349 on whether 'Pmode' equals to 'ptr_mode' or not; use 'POINTER_BYTES' 25359 'POINTER_BYTES' in the argument passed to assemble_aligned_integer.
|