Home
last modified time | relevance | path

Searched refs:span_width (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.h131 unsigned short span_width; /* A.K.A. register mode size. */ member
137 span_width = 0; /* Unknown size (permitted when span == 1). */ in set_by_dwreg()
144 && (span_width == other.span_width
146 && (span_width == 0 || other.span_width == 0))));
H A Ddwarf2cfi.cc646 cfa->reg.span_width = cfa->offset.to_constant () / 8; in get_cfa_from_loc_descr()
1121 result.span_width = 0; in dwf_cfa_reg()
1129 result.span_width = GET_MODE_SIZE (GET_MODE (XVECEXP (span, 0, 0))) in dwf_cfa_reg()
1138 .to_constant () == result.span_width); in dwf_cfa_reg()
H A Ddwarf2out.cc2801 gcc_assert (reg.span_width > 0); in build_span_loc()
2811 add_loc_descr (&head, int_loc_descriptor (reg.span_width * 8)); in build_span_loc()