Searched refs:first_offset (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c2145 unsigned int gmask, int epilogue_p, int *first_offset)
2174 if (*first_offset)
2177 gcc_assert (epilogue_p || abs (*first_offset) <= 127);
2178 frame_add (base_reg, *first_offset);
2179 *first_offset = 0;
2213 if (*first_offset)
2216 addr = plus_constant (Pmode, base_reg, *first_offset);
2218 *first_offset = 0;
2264 int first_offset = 0; local
2307 first_offset
2144 arc_save_restore(rtx base_reg, unsigned int gmask, int epilogue_p, int *first_offset) argument
2363 int first_offset = 0; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dfileread.cc646 off_t first_offset = rm[start].file_offset; local
647 off_t last_offset = first_offset;
678 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0)
690 got, want, static_cast<long long>(base + first_offset));
/haiku-buildtools/isl/
H A Disl_ast_codegen.c2910 static int first_offset(struct isl_set_map_pair *domain, int *order, int n, function
3125 first = first_offset(domain, order, n, build);
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c7097 int first_offset
7107 GEN_INT (first_offset
7060 int first_offset local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c18173 HOST_WIDE_INT first_offset = 0;
18204 first_offset = this_offset;
18210 || this_offset != first_offset + UNITS_PER_WORD * n)
18097 HOST_WIDE_INT first_offset = 0; local

Completed in 286 milliseconds