Home
last modified time | relevance | path

Searched refs:make_numeric_value (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc262 static rtx make_numeric_value (int);
626 return XSTR (make_numeric_value (n), 0); in attr_numeral()
1130 exp = make_numeric_value (INTVAL (exp)); in make_canonical()
1289 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays()
1295 = make_numeric_value (XVECLEN (delay->def, 1) / 3); in expand_delays()
1305 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays()
1310 XVECEXP (condexp, 0, i + 1) = make_numeric_value (delay->num); in expand_delays()
1327 make_numeric_value (1), make_numeric_value (0)); in expand_delays()
1338 make_numeric_value (1), in expand_delays()
1339 make_numeric_value (0)); in expand_delays()
[all …]
H A DChangeLog-200621123 (check_attr_test, make_internal_attr, make_numeric_value): Make static.
H A DChangeLog-200112639 make_numeric_value): Move protypes into genattrtab.h. Define them
H A DChangeLog-200223939 make_numeric_value): Move protypes into genattrtab.h. Define them
H A DChangeLog-200413875 make_internal_attr, make_numeric_value): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c262 static rtx make_numeric_value (int);
626 return XSTR (make_numeric_value (n), 0); in attr_numeral()
1130 exp = make_numeric_value (INTVAL (exp)); in make_canonical()
1289 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays()
1295 = make_numeric_value (XVECLEN (delay->def, 1) / 3); in expand_delays()
1305 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays()
1310 XVECEXP (condexp, 0, i + 1) = make_numeric_value (delay->num); in expand_delays()
1327 make_numeric_value (1), make_numeric_value (0)); in expand_delays()
1338 make_numeric_value (1), in expand_delays()
1339 make_numeric_value (0)); in expand_delays()
[all …]