Home
last modified time | relevance | path

Searched refs:base_off (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22670 HOST_WIDE_INT off_val_1, off_val_3, base_off, new_off_1, new_off_3, in aarch64_gen_adjusted_ldpstp() local
22713 base_off = (off_val_1 + off_val_3) / 2; in aarch64_gen_adjusted_ldpstp()
22719 base_off = off_val_1; in aarch64_gen_adjusted_ldpstp()
22723 if (base_off % msize != off_val_1 % msize) in aarch64_gen_adjusted_ldpstp()
22726 base_off += (((base_off % msize) - (off_val_1 % msize)) + msize) % msize; in aarch64_gen_adjusted_ldpstp()
22729 base_off += msize; in aarch64_gen_adjusted_ldpstp()
22734 if (base_off >= 0x1000) in aarch64_gen_adjusted_ldpstp()
22736 base_off = 0x1000 - 1; in aarch64_gen_adjusted_ldpstp()
22739 base_off -= (((base_off % msize) - (off_val_1 % msize)) + msize) % msize; in aarch64_gen_adjusted_ldpstp()
22743 if (base_off <= -0x1000) in aarch64_gen_adjusted_ldpstp()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26281 HOST_WIDE_INT off_val_1, off_val_3, base_off, new_off_1, new_off_3, in aarch64_gen_adjusted_ldpstp() local
26332 base_off = (off_val_1 + off_val_3) / 2; in aarch64_gen_adjusted_ldpstp()
26338 base_off = off_val_1; in aarch64_gen_adjusted_ldpstp()
26342 if (base_off % msize != off_val_1 % msize) in aarch64_gen_adjusted_ldpstp()
26345 base_off += (((base_off % msize) - (off_val_1 % msize)) + msize) % msize; in aarch64_gen_adjusted_ldpstp()
26348 base_off += msize; in aarch64_gen_adjusted_ldpstp()
26353 if (base_off >= 0x1000) in aarch64_gen_adjusted_ldpstp()
26355 base_off = 0x1000 - 1; in aarch64_gen_adjusted_ldpstp()
26358 base_off -= (((base_off % msize) - (off_val_1 % msize)) + msize) % msize; in aarch64_gen_adjusted_ldpstp()
26362 if (base_off <= -0x1000) in aarch64_gen_adjusted_ldpstp()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc11929 poly_int64 base_off = 0; in constant_byte_string() local
11957 array = get_addr_base_and_unit_offset (ref, &base_off); in constant_byte_string()
12033 tree offset = wide_int_to_tree (sizetype, base_off); in constant_byte_string()
12065 if (!base_off.is_constant (&cstoff)) in constant_byte_string()
12106 *ptr_offset = wide_int_to_tree (ssizetype, base_off); in constant_byte_string()
12120 if (!base_off.is_constant (&wioff)) in constant_byte_string()
12127 base_off = wioff.to_uhwi (); in constant_byte_string()
12129 init = fold_ctor_reference (TREE_TYPE (arg), init, base_off, 0, array, in constant_byte_string()
12135 if (!base_off.is_constant (&cstoff)) in constant_byte_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c11529 poly_int64 base_off = 0; in string_constant() local
11557 array = get_addr_base_and_unit_offset (ref, &base_off); in string_constant()
11633 tree offset = wide_int_to_tree (sizetype, base_off); in string_constant()
11671 if (!base_off.is_constant (&wioff)) in string_constant()
11678 base_off = wioff.to_uhwi (); in string_constant()
11680 init = fold_ctor_reference (TREE_TYPE (arg), init, base_off, 0, array, in string_constant()
11683 if (!base_off.is_constant (&cstoff)) in string_constant()