Searched refs:this_offset (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dstringpool.cc419 section_offset_type this_offset; local
421 this_offset = 0;
429 this_offset = (last_offset
434 this_offset = align_address(offset, this->addralign_);
435 offset = this_offset + ((*curr)->first.length + 1) * charsize;
437 this->key_to_offset_[(*curr)->second - 1] = this_offset;
438 last_offset = this_offset;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dstringpool.cc419 section_offset_type this_offset; local
421 this_offset = 0;
429 this_offset = (last_offset
434 this_offset = align_address(offset, this->addralign_);
435 offset = this_offset + ((*curr)->first.length + 1) * charsize;
437 this->key_to_offset_[(*curr)->second - 1] = this_offset;
438 last_offset = this_offset;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dstringpool.cc419 section_offset_type this_offset; local
421 this_offset = 0;
429 this_offset = (last_offset
434 this_offset = align_address(offset, this->addralign_);
435 offset = this_offset + ((*curr)->first.length + 1) * charsize;
437 this->key_to_offset_[(*curr)->second - 1] = this_offset;
438 last_offset = this_offset;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.cc214 HOST_WIDE_INT reg_offset, this_offset; local
228 this_offset = MAX (sp_offset, -32764);
229 reg_offset -= this_offset;
230 sp_offset -= this_offset;
233 GEN_INT (this_offset)));
254 GEN_INT (-this_offset)));
266 gcc_assert (reg_offset + this_offset == 0);
293 this_offset = MAX (sp_offset, -32768);
294 sp_offset -= this_offset;
298 GEN_INT (this_offset)));
367 HOST_WIDE_INT this_offset = MIN (reg_offset, 32764); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c428 tree this_offset = component_ref_field_offset (exp); local
430 if (this_offset && poly_int_tree_p (this_offset))
432 poly_offset_int woffset = (wi::to_poly_offset (this_offset)
785 tree this_offset = component_ref_field_offset (exp); local
788 if (!this_offset
789 || !poly_int_tree_p (this_offset, &hthis_offset)
H A Dtree-ssa-sccvn.c867 tree this_offset = component_ref_field_offset (ref); local
868 if (this_offset
869 && poly_int_tree_p (this_offset))
875 = (wi::to_poly_offset (this_offset)
1093 tree this_offset = DECL_FIELD_OFFSET (field); local
1095 if (op->op1 || !poly_int_tree_p (this_offset))
1099 poly_offset_int woffset = (wi::to_poly_offset (this_offset)
H A Dipa-devirt.c2782 unsigned HOST_WIDE_INT this_offset; local
2786 if (!vtable_pointer_value_to_vtable (v, &v, &this_offset))
2789 if (offset == this_offset
H A Dvar-tracking.c9627 HOST_WIDE_INT this_offset; local
9628 if (!track_offset_p (REG_OFFSET (reg), &this_offset))
9630 offset = MIN (offset, this_offset);
H A Dexpr.c7358 tree this_offset = component_ref_field_offset (exp);
7363 if (this_offset == 0)
7366 offset = size_binop (PLUS_EXPR, offset, this_offset);
7343 tree this_offset = component_ref_field_offset (exp); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc434 tree this_offset = component_ref_field_offset (exp); local
436 if (this_offset && poly_int_tree_p (this_offset))
438 poly_offset_int woffset = (wi::to_poly_offset (this_offset)
800 tree this_offset = component_ref_field_offset (exp); local
803 if (!this_offset
804 || !poly_int_tree_p (this_offset, &hthis_offset)
H A Dtree-ssa-sccvn.cc936 tree this_offset = component_ref_field_offset (ref); local
937 if (this_offset
938 && poly_int_tree_p (this_offset))
944 = (wi::to_poly_offset (this_offset)
1166 tree this_offset = DECL_FIELD_OFFSET (field); local
1168 if (op->op1 || !poly_int_tree_p (this_offset))
1172 poly_offset_int woffset = (wi::to_poly_offset (this_offset)
H A Dipa-devirt.cc2798 unsigned HOST_WIDE_INT this_offset; local
2802 if (!vtable_pointer_value_to_vtable (v, &v, &this_offset))
2805 if (offset == this_offset
H A Dvar-tracking.cc9658 HOST_WIDE_INT this_offset; local
9659 if (!track_offset_p (REG_OFFSET (reg), &this_offset))
9661 offset = MIN (offset, this_offset);
H A Dexpr.cc7719 tree this_offset = component_ref_field_offset (exp);
7724 if (this_offset == 0)
7727 offset = size_binop (PLUS_EXPR, offset, this_offset);
7704 tree this_offset = component_ref_field_offset (exp); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c1111 unsigned HOST_WIDE_INT this_offset; local
1121 this_offset = this_align - ((s->offset + offset) & (this_align - 1));
1122 if (this_offset & (max_align - 1))
1129 offset += this_offset;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc1140 unsigned HOST_WIDE_INT this_offset; local
1150 this_offset = this_align - ((s->offset + offset) & (this_align - 1));
1151 if (this_offset & (max_align - 1))
1158 offset += this_offset;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalops.c2037 LONGEST this_offset;
2064 this_offset = 0;
2070 this_offset = offset;
2074 this_offset, value_address (base_val),
2035 LONGEST this_offset; local
H A Dgdbtypes.c3657 int this_offset;
3661 this_offset = baseclass_offset (dclass, i, valaddr, embedded_offset,
3672 *offset = this_offset;
3675 else if (this_offset == *offset)
3685 embedded_offset + this_offset,
3655 int this_offset; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c3968 int this_offset;
3972 this_offset = baseclass_offset (dclass, i, valaddr, embedded_offset,
3983 *offset = this_offset;
3986 else if (this_offset == *offset)
3996 embedded_offset + this_offset,
3966 int this_offset; local
H A Dvalops.c2258 LONGEST this_offset;
2285 this_offset = 0;
2291 this_offset = offset;
2295 this_offset, value_address (base_val),
2256 LONGEST this_offset; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c11613 HOST_WIDE_INT this_offset;
11626 this_offset = *offset - UNITS_PER_WORD * (nregs - 1);
11629 if (!UMIPS_12BIT_OFFSET_P (this_offset))
11639 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD;
11657 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD;
20824 HOST_WIDE_INT this_offset;
20839 mips_split_plus (XEXP (mem, 0), &this_base, &this_offset);
20845 if (!UMIPS_12BIT_OFFSET_P (this_offset))
20848 first_offset = this_offset;
20854 || this_offset !
11564 HOST_WIDE_INT this_offset; local
20747 HOST_WIDE_INT this_offset; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc11745 HOST_WIDE_INT this_offset;
11758 this_offset = *offset - UNITS_PER_WORD * (nregs - 1);
11761 if (!UMIPS_12BIT_OFFSET_P (this_offset))
11771 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD;
11789 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD;
20999 HOST_WIDE_INT this_offset;
21014 mips_split_plus (XEXP (mem, 0), &this_base, &this_offset);
21020 if (!UMIPS_12BIT_OFFSET_P (this_offset))
21023 first_offset = this_offset;
21029 || this_offset !
11696 HOST_WIDE_INT this_offset; local
[all...]

Completed in 913 milliseconds