Home
last modified time | relevance | path

Searched refs:suboffset (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.cc627 unsigned int suboffset = offset % HOST_BITS_PER_WIDE_INT; in sext_large() local
630 if (suboffset > 0) in sext_large()
632 val[len] = sext_hwi (xval[len], suboffset); in sext_large()
655 unsigned int suboffset = offset % HOST_BITS_PER_WIDE_INT; in zext_large() local
658 if (suboffset > 0) in zext_large()
659 val[len] = zext_hwi (len < xlen ? xval[len] : -1, suboffset); in zext_large()
H A Demit-rtl.c1888 poly_uint64 suboffset; in get_mem_align_offset() local
1890 || !poly_int_tree_p (byte_offset, &suboffset) in get_mem_align_offset()
1894 offset += suboffset; in get_mem_align_offset()
2596 poly_uint64 suboffset; in widen_memory_access() local
2597 if (!poly_int_tree_p (offset, &suboffset)) in widen_memory_access()
2604 attrs.offset += suboffset; in widen_memory_access()
H A Drtl.h4443 poly_int64 suboffset;
4444 x = strip_offset (x, &suboffset);
4445 *offset = poly_uint64 (*offset) + suboffset;
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc627 unsigned int suboffset = offset % HOST_BITS_PER_WIDE_INT; in sext_large() local
630 if (suboffset > 0) in sext_large()
632 val[len] = sext_hwi (xval[len], suboffset); in sext_large()
655 unsigned int suboffset = offset % HOST_BITS_PER_WIDE_INT; in zext_large() local
658 if (suboffset > 0) in zext_large()
659 val[len] = zext_hwi (len < xlen ? xval[len] : -1, suboffset); in zext_large()
H A Demit-rtl.c1888 poly_uint64 suboffset; in get_mem_align_offset() local
1890 || !poly_int_tree_p (byte_offset, &suboffset) in get_mem_align_offset()
1894 offset += suboffset; in get_mem_align_offset()
2596 poly_uint64 suboffset; in widen_memory_access() local
2597 if (!poly_int_tree_p (offset, &suboffset)) in widen_memory_access()
2604 attrs.offset += suboffset; in widen_memory_access()
H A Demit-rtl.cc1898 poly_uint64 suboffset; in get_mem_align_offset() local
1900 || !poly_int_tree_p (byte_offset, &suboffset) in get_mem_align_offset()
1904 offset += suboffset; in get_mem_align_offset()
2606 poly_uint64 suboffset; in widen_memory_access() local
2607 if (!poly_int_tree_p (offset, &suboffset)) in widen_memory_access()
2614 attrs.offset += suboffset; in widen_memory_access()
H A Drtl.h4582 poly_int64 suboffset;
4583 x = strip_offset (x, &suboffset);
4584 *offset = poly_uint64 (*offset) + suboffset;
H A DChangeLog-201826586 * rtl.h (strip_offset_and_add): Replace += suboffset with
26587 poly_uint64 () + suboffset.
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dequiv.c88 offp = suboffset(itemp); in doequiv()
H A Ddefs.h554 bigptr suboffset(struct bigblock *p);
H A Dexpr.c909 s->b_addr.memoffset = mkexpr(OPPLUS, s->b_addr.memoffset, suboffset(p) ); in mklhs()
983 bigptr suboffset(p) in suboffset() function