Searched refs:suboffset (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | wide-int.cc | 627 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 D | emit-rtl.c | 1888 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 D | rtl.h | 4443 poly_int64 suboffset; 4444 x = strip_offset (x, &suboffset); 4445 *offset = poly_uint64 (*offset) + suboffset;
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | wide-int.cc | 627 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 D | emit-rtl.c | 1888 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 D | emit-rtl.cc | 1898 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 D | rtl.h | 4582 poly_int64 suboffset; 4583 x = strip_offset (x, &suboffset); 4584 *offset = poly_uint64 (*offset) + suboffset;
|
H A D | ChangeLog-2018 | 26586 * rtl.h (strip_offset_and_add): Replace += suboffset with 26587 poly_uint64 () + suboffset.
|
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | equiv.c | 88 offp = suboffset(itemp); in doequiv()
|
H A D | defs.h | 554 bigptr suboffset(struct bigblock *p);
|
H A D | expr.c | 909 s->b_addr.memoffset = mkexpr(OPPLUS, s->b_addr.memoffset, suboffset(p) ); in mklhs() 983 bigptr suboffset(p) in suboffset() function
|