Searched refs:offset1 (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vmx/
H A Dgcc-bug-f.c24 vector signed short index0, index1, offset0, offset1; local
35 offset1 = vec_and(tmp1, (((vector signed short){0x00ff,0x00ff,0x00ff,0x00ff,0x00ff,0x00ff,0x00ff,0x00ff})) );
111 L_tmp2 = vec_sra(vec_mule(slope1, offset1), (((vector unsigned int){12,12,12,12})) );
112 L_tmp3 = vec_sra(vec_mulo(slope1, offset1), (((vector unsigned int){12,12,12,12})) );
H A Dgcc-bug-g.c18 vector signed short index0, index1, offset0, offset1; local
29 offset1 = vec_and(tmp1, (((vector signed short){0x00ff,0x00ff,0x00ff,0x00ff,0x00ff,0x00ff,0x00ff,0x00ff})) );
105 L_tmp2 = vec_sra(vec_mule(slope1, offset1), (((vector unsigned int){12,12,12,12})) );
106 L_tmp3 = vec_sra(vec_mulo(slope1, offset1), (((vector unsigned int){12,12,12,12})) );
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.c727 HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1,
771 offset1 -= offadj;
772 return ranges_overlap_p (offset1, max_size1, offset2, max_size2);
787 offset1 -= offadj;
790 return ranges_overlap_p (offset1, max_size1, offset2, max_size2);
1029 HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1,
1041 if (!ranges_overlap_p (offset1, max_size1, offset2, max_size2))
1063 HOST_WIDE_INT offset1,
1074 HOST_WIDE_INT offset1p = offset1, offset2p = offset2;
1152 doffset1 = offset1;
724 aliasing_component_refs_p(tree ref1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1, tree ref2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, HOST_WIDE_INT offset2, HOST_WIDE_INT max_size2, bool ref2_is_decl) argument
1028 decl_refs_may_alias_p(tree ref1, tree base1, HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1, tree ref2, tree base2, HOST_WIDE_INT offset2, HOST_WIDE_INT max_size2) argument
1062 indirect_ref_may_alias_decl_p(tree ref1 ATTRIBUTE_UNUSED, tree base1, HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1 ATTRIBUTE_UNUSED, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, tree ref2 ATTRIBUTE_UNUSED, tree base2, HOST_WIDE_INT offset2, HOST_WIDE_INT max_size2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, bool tbaa_p) argument
1207 indirect_refs_may_alias_p(tree ref1 ATTRIBUTE_UNUSED, tree base1, HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, tree ref2 ATTRIBUTE_UNUSED, tree base2, HOST_WIDE_INT offset2, HOST_WIDE_INT max_size2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, bool tbaa_p) argument
1330 HOST_WIDE_INT offset1 = 0, offset2 = 0; local
[all...]
H A Dira-conflicts.c258 int allocno_preferenced_hard_regno, cost, index, offset1, offset2;
267 reg1 = go_through_subreg (reg1, &offset1);
275 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2;
280 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1;
288 if (!allocnos_conflict_for_copy_p (a1, a2) && offset1 == offset2)
256 int allocno_preferenced_hard_regno, cost, index, offset1, offset2; local
H A Dtree-data-ref.c1139 dr_equal_offsets_p1 (tree offset1, tree offset2)
1143 STRIP_NOPS (offset1);
1146 if (offset1 == offset2)
1149 if (TREE_CODE (offset1) != TREE_CODE (offset2)
1150 || (!BINARY_CLASS_P (offset1) && !UNARY_CLASS_P (offset1)))
1153 res = dr_equal_offsets_p1 (TREE_OPERAND (offset1, 0),
1156 if (!res || !BINARY_CLASS_P (offset1))
1159 res = dr_equal_offsets_p1 (TREE_OPERAND (offset1, 1),
1170 tree offset1, offset
1138 dr_equal_offsets_p1(tree offset1, tree offset2) argument
1169 tree offset1, offset2; local
[all...]
H A Dlower-subreg.c1263 int src_reg_num, dest_reg_num, offset1, offset2, src_offset; local
1298 offset1 = UNITS_PER_WORD * dest_reg_num;
1306 offset1);
H A Dtree-ssa-phiopt.c1921 int offset1, offset2, size2; local
2015 offset1 = tree_to_uhwi (tree_offset1);
2020 if (offset1 % BITS_PER_UNIT != 0)
2025 if (align1 + offset2 - offset1 + size2 > param_align_bits)
H A Dipa-icf-gimple.c385 tree offset1 = DECL_FIELD_OFFSET (t1); local
391 ret = compare_operand (offset1, offset2)
H A Dgimple.c2160 tree offset1 = DECL_FIELD_OFFSET (f1); local
2162 return ((offset1 == offset2
2168 || (TREE_CODE (offset1) == PLACEHOLDER_EXPR
2175 || operand_equal_p (offset1, offset2, 0))
H A Dfold-const.c8901 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE;
8960 &bitsize, &bitpos1, &offset1, &mode,
8975 &bitsize, &bitpos1, &offset1, &mode,
8982 if (offset1 == NULL_TREE || integer_zerop (offset1))
8983 offset1 = TREE_OPERAND (arg1, 1);
8985 offset1 = size_binop (PLUS_EXPR, offset1,
8987 if (TREE_CODE (offset1) == INTEGER_CST)
8989 offset_int tem = wi::sext (wi::to_offset (offset1),
8872 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; local
[all...]
H A Dexpr.c4529 unsigned HOST_WIDE_INT offset1;
4540 offset1 = bitpos;
4542 offset1 = (offset1 - bitpos) / BITS_PER_UNIT;
4543 str_rtx = adjust_address (str_rtx, str_mode, offset1);
4517 unsigned HOST_WIDE_INT offset1; local
H A Dsimplify-rtx.c551 rtx base0, base1, offset0, offset1;
553 split_const (op1, &base1, &offset1);
545 rtx base0, base1, offset0, offset1; local
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_report.h71 const char *offset1, uptr length1,
H A Dasan_interceptors.cc61 static inline bool RangesOverlap(const char *offset1, uptr length1, argument
63 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
66 const char *offset1 = (const char*)_offset1; \
68 if (RangesOverlap(offset1, length1, offset2, length2)) { \
70 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
H A Dasan_report.cc790 const char *offset1, uptr length1,
800 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
803 DescribeAddress((uptr)offset1, length1);
789 ReportStringFunctionMemoryRangesOverlap(const char *function, const char *offset1, uptr length1, const char *offset2, uptr length2, BufferedStackTrace *stack) argument
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-common.c894 HOST_WIDE_INT offset1, offset2; local
897 offset1 = calculate_offset (eq1->expr);
901 v->offset + offset1 - offset2);
915 HOST_WIDE_INT offset1, offset2; local
917 offset1 = calculate_offset (eq1->expr);
920 if (s1->offset + offset1 != s2->offset + offset2)
/haiku-buildtools/binutils/bfd/
H A Delf32-m68k.c2014 R_x entries receive offsets between offset1[R_x] and offset2[R_x].
2016 bfd_vma *offset1;
2051 if (arg->offset1[got_offset_size] + entry_size
2062 arg->offset1[got_offset_size] = arg->offset1[-(int) got_offset_size - 1];
2066 BFD_ASSERT (arg->offset1[got_offset_size] + entry_size
2071 entry->u.s2.offset = arg->offset1[got_offset_size];
2072 arg->offset1[got_offset_size] += entry_size;
2128 /* Put offset1 in the middle of offset1_, same for offset2. */
2129 arg_.offset1
2015 bfd_vma *offset1; member in struct:elf_m68k_finalize_got_offsets_arg
[all...]
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dh8300.c5722 HOST_WIDE_INT offset1, offset2;
5728 offset1 = 0;
5735 offset1 = INTVAL (XEXP (addr1, 1));
5757 && offset1 % 2 == 0
5758 && offset1 + 1 == offset2)
5706 HOST_WIDE_INT offset1, offset2; local
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.c2489 int offset1;
2503 offset1 = INTVAL (XEXP (addr1, 1));
2512 offset1 = 0;
2527 if (INTVAL (XEXP (addr2, 1)) != offset1 + 8)
2472 int offset1; local
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c4895 int reg1, offset1;
4909 offset1 = INTVAL (XEXP (addr1, 1));
4918 offset1 = 0;
4939 if (offset1 % 8 != 0)
4943 if (INTVAL (XEXP (addr2, 1)) != offset1 + 4)
4880 int reg1, offset1; local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dclass.c656 tree offset1 = get_vfield_offset (TYPE_BINFO (BINFO_TYPE (binfo))); local
668 return size_binop (MINUS_EXPR, offset1, offset2);
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c8657 HOST_WIDE_INT offset1;
8682 offset1 = INTVAL (XEXP (addr1, 1));
8691 offset1 = 0;
8710 if (offset1 % 8 != 0)
8714 if (INTVAL (XEXP (addr2, 1)) != offset1 + 4)
8641 HOST_WIDE_INT offset1; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c5877 machine_mode mode1, HOST_WIDE_INT offset1,
5888 GEN_INT (offset1)),
18287 HOST_WIDE_INT offset1, offset2;
18292 mips_split_plus (XEXP (mem1, 0), &base1, &offset1);
18311 if (offset2 != offset1 + 4)
18314 if (!UMIPS_12BIT_OFFSET_P (offset1))
5847 mips_return_fpr_pair(machine_mode mode, machine_mode mode1, HOST_WIDE_INT offset1, machine_mode mode2, HOST_WIDE_INT offset2) argument
18211 HOST_WIDE_INT offset1, offset2; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c16580 int offset1, offset2;
16601 offset1 = INTVAL (XEXP (addr1, 1));
16610 offset1 = 0;
16642 if (offset2 != offset1 + 8)
16554 int offset1, offset2; local
[all...]

Completed in 816 milliseconds