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

/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc450 rtx last_value = values.front ().value;
454 if (last_value == NULL_RTX)
459 if (i->value == NULL_RTX || !rtx_equal_p (last_value, i->value))
H A Dsh.c4785 add_constant (rtx x, machine_mode mode, rtx last_value)
4805 if (! last_value
4807 || ! rtx_equal_p (last_value, pool_vector[i-1].value))
4831 if (last_value && rtx_equal_p (last_value, pool_vector[pool_size - 1].value))
4775 add_constant(rtx x, machine_mode mode, rtx last_value) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-h8300.c514 bfd_vma last_value; local
515 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info,
518 if (last_value == dot + 2
H A Delf32-h8300.c850 bfd_vma last_value;
860 last_value = (last_sym->st_value
867 if (last_value == dot + 4
849 bfd_vma last_value; local
H A Dcoffgen.c2150 bfd_vma last_value = 0; local
2163 last_value = coff->symbol.value;
2200 && last_value != 0
2201 && offset - last_value > 0x100)
/haiku-buildtools/binutils/bfd/
H A Dcoff-h8300.c487 bfd_vma last_value; local
488 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info,
491 if (last_value == dot + 2
H A Delf32-h8300.c891 bfd_vma last_value;
901 last_value = (last_sym->st_value
908 if (last_value == dot + 4
890 bfd_vma last_value; local
H A Dcoffgen.c2381 bfd_vma last_value = 0; local
2394 last_value = coff->symbol.value;
2434 && last_value != 0
2435 && offset - last_value > 0x100)
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.c1862 add_constant (x, mode, last_value)
1863 rtx last_value;
1884 if (! last_value
1886 || ! rtx_equal_p (last_value, pool_vector[i-1].value))
1899 if (last_value && rtx_equal_p (last_value, pool_vector[pool_size - 1].value))
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c3986 mpz_t last_value; local
4088 mpz_init (last_value);
4090 last_value))
4092 if (compare_bound_mpz_t (as->lower[i], last_value) == CMP_GT)
4096 mpz_get_si (last_value),
4098 mpz_clear (last_value);
4101 if (compare_bound_mpz_t (as->upper[i], last_value) == CMP_LT)
4105 mpz_get_si (last_value),
4107 mpz_clear (last_value);
4111 mpz_clear (last_value);
[all...]

Completed in 514 milliseconds