Searched refs:upper_offs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cse.cc | 1170 HOST_WIDE_INT *upper_base, HOST_WIDE_INT *upper_offs) in compute_const_anchors() argument 1180 *upper_offs = n - *upper_base; in compute_const_anchors() 1224 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in insert_const_anchors() local 1227 &upper_base, &upper_offs)) in insert_const_anchors() 1236 insert_const_anchor (upper_base, reg, -upper_offs, mode); in insert_const_anchors() 1302 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in try_const_anchors() local 1313 &upper_base, &upper_offs)) in try_const_anchors() 1324 upper_exp = find_reg_offset_for_const (upper_elt, upper_offs, &upper_old); in try_const_anchors()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cse.c | 1191 HOST_WIDE_INT *upper_base, HOST_WIDE_INT *upper_offs) in compute_const_anchors() argument 1201 *upper_offs = n - *upper_base; in compute_const_anchors() 1245 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in insert_const_anchors() local 1248 &upper_base, &upper_offs)) in insert_const_anchors() 1257 insert_const_anchor (upper_base, reg, -upper_offs, mode); in insert_const_anchors() 1323 HOST_WIDE_INT lower_base, lower_offs, upper_base, upper_offs; in try_const_anchors() local 1334 &upper_base, &upper_offs)) in try_const_anchors() 1345 upper_exp = find_reg_offset_for_const (upper_elt, upper_offs, &upper_old); in try_const_anchors()
|