Searched refs:make_numeric_value (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genattrtab.cc | 262 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 D | ChangeLog-2006 | 21123 (check_attr_test, make_internal_attr, make_numeric_value): Make static.
|
H A D | ChangeLog-2001 | 12639 make_numeric_value): Move protypes into genattrtab.h. Define them
|
H A D | ChangeLog-2002 | 23939 make_numeric_value): Move protypes into genattrtab.h. Define them
|
H A D | ChangeLog-2004 | 13875 make_internal_attr, make_numeric_value): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genattrtab.c | 262 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 …]
|