HomeSort by: relevance | last modified time | path
    Searched defs:off1 (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/emultempl/
spu_ovl.S 39 #define off1 reserved2 define
139 shli off1, ovl, 4 # 0,4 4
146 lqx vma, tab1, off1 # 1,6 8
  /src/external/gpl3/binutils.old/dist/ld/emultempl/
spu_ovl.S 39 #define off1 reserved2 define
139 shli off1, ovl, 4 # 0,4 4
146 lqx vma, tab1, off1 # 1,6 8
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.cc 579 poly_int64 off1, sz1, max1; local
580 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1);
585 if (rev0 != rev1 || maybe_ne (sz0, sz1) || maybe_ne (off0, off1))
tree-data-ref.cc 760 tree off0, off1;
791 split_constant_offset (op1, &var1, &off1, nullptr, cache, limit);
793 *off = size_binop (PLUS_EXPR, off0, off1);
799 split_constant_offset (op1, &var1, &off1, &op1_range, cache, limit);
800 *off = size_binop (code, off0, off1);
840 split_constant_offset (poffset, &poffset, &off1, nullptr,
842 off0 = size_binop (PLUS_EXPR, off0, off1);
3020 aff_tree off1, off2;
3022 get_inner_reference_aff (DR_REF (a), &off1, &size1);
3024 aff_combination_scale (&off1, -1)
759 tree off0, off1; local
    [all...]
tree-ssa-alias.cc 3387 poly_offset_int off1 = mem_ref_offset (base); local
3388 off1 <<= LOG2_BITS_PER_UNIT;
3389 off1 += offset;
3393 if (!off1.to_shwi (&offset) || !off2.to_shwi (&ref_offset))
tree-ssa-forwprop.cc 1282 tree ptr1, src1, str1, off1, len1, lhs1; local
1316 str1 = string_constant (src1, &off1, NULL, NULL);
1319 if (!tree_fits_uhwi_p (off1)
1320 || compare_tree_int (off1, TREE_STRING_LENGTH (str1) - 1) > 0
1322 - tree_to_uhwi (off1)) > 0
1343 off1 = size_zero_node;
1397 TREE_STRING_POINTER (str1) + tree_to_uhwi (off1),
tree-ssa-loop-im.cc 1876 aff_tree off1, off2; local
1887 get_inner_reference_aff (mem1->mem.ref, &off1, &size1);
1889 aff_combination_expand (&off1, ttae_cache);
1891 aff_combination_scale (&off1, -1);
1892 aff_combination_add (&off2, &off1);
tree-ssa-loop-ivopts.cc 2802 poly_int64 off0, off1; local
2821 op1 = strip_offset_1 (op1, false, false, &off1);
2823 *offset = (code == MINUS_EXPR ? off0 - off1 : off0 + off1);
2896 op1 = strip_offset_1 (op1, false, false, &off1);
2897 *offset = off1 * st;
tree-ssa-sccvn.cc 845 poly_int64 off1 = 0, off2 = 0; local
860 off1 += vro1->off;
874 if (maybe_ne (off1, off2) || reverse1 != reverse2)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.cc 538 poly_int64 off1, sz1, max1; local
539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1);
544 if (rev0 != rev1 || maybe_ne (sz0, sz1) || maybe_ne (off0, off1))
tree-data-ref.cc 756 tree off0, off1;
784 split_constant_offset (op1, &var1, &off1, nullptr, cache, limit);
786 *off = size_binop (PLUS_EXPR, off0, off1);
792 split_constant_offset (op1, &var1, &off1, &op1_range, cache, limit);
793 *off = size_binop (code, off0, off1);
833 split_constant_offset (poffset, &poffset, &off1, nullptr,
835 off0 = size_binop (PLUS_EXPR, off0, off1);
2986 aff_tree off1, off2;
2988 get_inner_reference_aff (DR_REF (a), &off1, &size1);
2990 aff_combination_scale (&off1, -1)
755 tree off0, off1; local
    [all...]
tree-ssa-alias.cc 3318 poly_offset_int off1 = mem_ref_offset (base); local
3319 off1 <<= LOG2_BITS_PER_UNIT;
3320 off1 += offset;
3324 if (!off1.to_shwi (&offset) || !off2.to_shwi (&ref_offset))
tree-ssa-forwprop.cc 1274 tree ptr1, src1, str1, off1, len1, lhs1; local
1308 str1 = string_constant (src1, &off1, NULL, NULL);
1311 if (!tree_fits_uhwi_p (off1)
1312 || compare_tree_int (off1, TREE_STRING_LENGTH (str1) - 1) > 0
1314 - tree_to_uhwi (off1)) > 0
1335 off1 = size_zero_node;
1389 TREE_STRING_POINTER (str1) + tree_to_uhwi (off1),
tree-ssa-loop-im.cc 1828 aff_tree off1, off2; local
1839 get_inner_reference_aff (mem1->mem.ref, &off1, &size1);
1841 aff_combination_expand (&off1, ttae_cache);
1843 aff_combination_scale (&off1, -1);
1844 aff_combination_add (&off2, &off1);
tree-ssa-loop-ivopts.cc 2787 poly_int64 off0, off1; local
2806 op1 = strip_offset_1 (op1, false, false, &off1);
2808 *offset = (code == MINUS_EXPR ? off0 - off1 : off0 + off1);
2856 op1 = strip_offset_1 (op1, false, false, &off1);
2857 *offset = off1 * st;
tree-ssa-sccvn.cc 807 poly_int64 off1 = 0, off2 = 0; local
822 off1 += vro1->off;
836 if (maybe_ne (off1, off2) || reverse1 != reverse2)
  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 298 uint64_t off1 = dobj1->get_offset (); local
300 if (off1 < off2)
302 if (off1 > off2)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 298 uint64_t off1 = dobj1->get_offset (); local
300 if (off1 < off2)
302 if (off1 > off2)
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 605 uint32 off1 = f.get_uint32(); // offset to selection string local
608 f.seek(off1);
611 for (j = 0; j < off2 - off1; j++) {
1209 uint32 off1 = f.get_uint32(); // offset to selection string local
1211 f.seek(off1);
1212 for (uint32 j = 0; j < off2 - off1; j++) {
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 12370 tree off1 = fold_convert (sizetype, arg1);
12372 if (tree_int_cst_lt (off1, pos)
12373 || tree_int_cst_le (size_binop (PLUS_EXPR, pos, sz1), off1))
12365 tree off1 = fold_convert (sizetype, arg1); local
call.cc 12882 int off1 = 0, off2 = 0; local
12961 off1 = 1;
12968 conversion *t1 = cand1->convs[i + off1];
13253 conversion *t1 = cand1->convs[i + off1];
13315 conversion *t1 = cand1->convs[i + off1];
13409 if (off1)
13459 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1)
13460 rank1 = CONVERSION_RANK (cand1->convs[i+off1]);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 11715 tree off1 = fold_convert (sizetype, arg1);
11717 if (tree_int_cst_lt (off1, pos)
11718 || tree_int_cst_le (size_binop (PLUS_EXPR, pos, sz1), off1))
11710 tree off1 = fold_convert (sizetype, arg1); local
call.cc 12034 int off1 = 0, off2 = 0; local
12098 off1 = 1;
12126 conversion *t1 = cand1->convs[i + off1];
12371 conversion *t1 = cand1->convs[i + off1];
12465 if (off1)
12515 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1)
12516 rank1 = CONVERSION_RANK (cand1->convs[i+off1]);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 18691 HOST_WIDE_INT off1, size1, off2, size2;
18695 && get_memref_parts (mem1, &reg1, &off1, &size1)
18699 if (off1 + size1 == off2)
18701 else if (off2 + size2 == off1)
18715 HOST_WIDE_INT off1, size1, off2, size2;
18717 if (get_memref_parts (mem1, &reg1, &off1, &size1)
18720 && (((off1 <= off2) && (off1 + size1 > off2))
18721 || ((off2 <= off1) && (off2 + size2 > off1))));
18654 HOST_WIDE_INT off1, size1, off2, size2; local
18678 HOST_WIDE_INT off1, size1, off2, size2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 18231 HOST_WIDE_INT off1, size1, off2, size2;
18235 && get_memref_parts (mem1, &reg1, &off1, &size1)
18239 if (off1 + size1 == off2)
18241 else if (off2 + size2 == off1)
18255 HOST_WIDE_INT off1, size1, off2, size2;
18257 if (get_memref_parts (mem1, &reg1, &off1, &size1)
18260 && (((off1 <= off2) && (off1 + size1 > off2))
18261 || ((off2 <= off1) && (off2 + size2 > off1))));
18194 HOST_WIDE_INT off1, size1, off2, size2; local
18218 HOST_WIDE_INT off1, size1, off2, size2; local
    [all...]

Completed in 163 milliseconds