Home
last modified time | relevance | path

Searched refs:aarch64_add_offset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c4566 aarch64_add_offset (scalar_int_mode mode, rtx dest, rtx src,
4741 aarch64_add_offset (mode, dest, src, rtx_to_poly_int64 (offset_rtx), in aarch64_split_add_offset()
4752 aarch64_add_offset (Pmode, stack_pointer_rtx, stack_pointer_rtx, delta, in aarch64_add_sp()
4764 aarch64_add_offset (Pmode, stack_pointer_rtx, stack_pointer_rtx, -delta,
5356 aarch64_add_offset (int_mode, dest, base, offset, in aarch64_expand_mov_immediate()
5360 aarch64_add_offset (int_mode, dest, base, offset, in aarch64_expand_mov_immediate()
5375 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
5415 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
8040 aarch64_add_offset (Pmode, temp1, CONST0_RTX (Pmode), in aarch64_allocate_and_probe_stack_space()
8109 aarch64_add_offset (Pmode, temp1, stack_pointer_rtx, -rounded_size, in aarch64_allocate_and_probe_stack_space()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5853 aarch64_add_offset (scalar_int_mode mode, rtx dest, rtx src, in aarch64_add_offset() function
6028 aarch64_add_offset (mode, dest, src, rtx_to_poly_int64 (offset_rtx), in aarch64_split_add_offset()
6039 aarch64_add_offset (Pmode, stack_pointer_rtx, stack_pointer_rtx, delta, in aarch64_add_sp()
6051 aarch64_add_offset (Pmode, stack_pointer_rtx, stack_pointer_rtx, -delta, in aarch64_sub_sp()
6643 aarch64_add_offset (int_mode, dest, base, offset, in aarch64_expand_mov_immediate()
6647 aarch64_add_offset (int_mode, dest, base, offset, in aarch64_expand_mov_immediate()
6665 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
6705 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
9470 aarch64_add_offset (Pmode, temp1, CONST0_RTX (Pmode), in aarch64_allocate_and_probe_stack_space()
9539 aarch64_add_offset (Pmode, temp1, stack_pointer_rtx, -rounded_size, in aarch64_allocate_and_probe_stack_space()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201832939 (aarch64_add_offset): Add a temp2 parameter. Assert that temp1
32944 them aarch64_add_offset.
33673 (aarch64_add_offset): Replace reg with separate src and dest
33678 rather than a HOST_WIDE_INT. Use aarch64_add_offset.
33679 (aarch64_expand_mov_immediate): Update uses of aarch64_add_offset.
33681 aarch64_allocate_and_probe_stack_space and aarch64_add_offset.
33682 (aarch64_expand_epilogue): Update calls to aarch64_add_offset
33684 (aarch64_output_mi_thunk): Use aarch64_add_offset rather than
H A DChangeLog-201326921 (aarch64_add_offset): Update calls to aarch64_force_temporary.
26926 * config/aarch64/aarch64.c (aarch64_add_offset): Change to pass
H A DChangeLog-202130644 * config/aarch64/aarch64.c (aarch64_add_offset): Tell
H A DChangeLog-201917628 * config/aarch64/aarch64.c (aarch64_add_offset): In the fallback
H A DChangeLog-201716335 (aarch64_add_offset): Likewise.