Home
last modified time | relevance | path

Searched refs:lower_offs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc1169 HOST_WIDE_INT *lower_base, HOST_WIDE_INT *lower_offs, in compute_const_anchors() argument
1181 *lower_offs = n - *lower_base; in compute_const_anchors()
1224 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in insert_const_anchors() local
1226 if (!compute_const_anchors (cst, &lower_base, &lower_offs, in insert_const_anchors()
1233 insert_const_anchor (lower_base, reg, -lower_offs, mode); in insert_const_anchors()
1302 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in try_const_anchors() local
1312 if (!compute_const_anchors (src_const, &lower_base, &lower_offs, in try_const_anchors()
1322 lower_exp = find_reg_offset_for_const (lower_elt, lower_offs, &lower_old); in try_const_anchors()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c1190 HOST_WIDE_INT *lower_base, HOST_WIDE_INT *lower_offs, in compute_const_anchors() argument
1202 *lower_offs = n - *lower_base; in compute_const_anchors()
1245 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in insert_const_anchors() local
1247 if (!compute_const_anchors (cst, &lower_base, &lower_offs, in insert_const_anchors()
1254 insert_const_anchor (lower_base, reg, -lower_offs, mode); in insert_const_anchors()
1323 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in try_const_anchors() local
1333 if (!compute_const_anchors (src_const, &lower_base, &lower_offs, in try_const_anchors()
1343 lower_exp = find_reg_offset_for_const (lower_elt, lower_offs, &lower_old); in try_const_anchors()