Home
last modified time | relevance | path

Searched refs:last_value (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtlanal.c1580 rtx last_value; local
1583 last_value = SET_SRC (x);
1584 if (CONSTANT_P (last_value)
1585 || ((GET_CODE (last_value) == REG
1586 || GET_CODE (last_value) == SUBREG)
1587 && ! reg_set_between_p (last_value,
1589 return last_value;
DChangeLog.19041 (add_constant): New argument last_value. Changed all callers.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-h8300.c523 bfd_vma last_value; in h8300_reloc16_estimate() local
524 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info, in h8300_reloc16_estimate()
527 if (last_value == dot + 2 in h8300_reloc16_estimate()
Delf32-h8300.c858 bfd_vma last_value; in elf32_h8_relax_section() local
868 last_value = (last_sym->st_value in elf32_h8_relax_section()
875 if (last_value == dot + 4 in elf32_h8_relax_section()
Dcoffgen.c2338 bfd_vma last_value = 0; local
2351 last_value = coff->symbol.value;
2388 && last_value != 0
2389 && offset - last_value > 0x100)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-h8300.c514 bfd_vma last_value; in h8300_reloc16_estimate() local
515 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info, in h8300_reloc16_estimate()
518 if (last_value == dot + 2 in h8300_reloc16_estimate()
Delf32-h8300.c849 bfd_vma last_value; in elf32_h8_relax_section() local
859 last_value = (last_sym->st_value in elf32_h8_relax_section()
866 if (last_value == dot + 4 in elf32_h8_relax_section()
Dcoffgen.c2150 bfd_vma last_value = 0; in coff_find_nearest_line() local
2163 last_value = coff->symbol.value; in coff_find_nearest_line()
2200 && last_value != 0 in coff_find_nearest_line()
2201 && offset - last_value > 0x100) in coff_find_nearest_line()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.c2336 add_constant (x, mode, last_value) in add_constant() argument
2339 rtx last_value;
2358 if (! last_value
2360 || ! rtx_equal_p (last_value, pool_vector[i-1].value))
2383 if (last_value && rtx_equal_p (last_value, pool_vector[pool_size - 1].value))
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c3093 add_constant (rtx x, enum machine_mode mode, rtx last_value) in add_constant() argument
3113 if (! last_value in add_constant()
3115 || ! rtx_equal_p (last_value, pool_vector[i-1].value)) in add_constant()
3139 if (last_value && rtx_equal_p (last_value, pool_vector[pool_size - 1].value)) in add_constant()