Searched refs:make_numeric_value (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattrtab.c | 766 return XSTR (make_numeric_value (n), 0); 1434 exp = make_numeric_value (INTVAL (exp)); 1592 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays() 1598 = make_numeric_value (XVECLEN (delay->def, 1) / 3); in expand_delays() 1608 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays() 1613 XVECEXP (condexp, 0, i + 1) = make_numeric_value (delay->num); in expand_delays() 1630 make_numeric_value (1), make_numeric_value (0)); in expand_delays() 1641 make_numeric_value (1), in expand_delays() 1642 make_numeric_value (0)); in expand_delays() 1653 make_numeric_value (1), in expand_delays() [all …]
|
| H A D | genattrtab.h | 23 extern rtx make_numeric_value PARAMS ((int));
|
| H A D | genautomata.c | 9223 XEXP (condexp, 1) = make_numeric_value (0); in make_insn_alts_attr() 9232 = make_numeric_value in make_insn_alts_attr() 9261 = make_numeric_value (DECL_INSN_RESERV (advance_cycle_insn_decl) in make_internal_dfa_insn_code_attr() 9271 = make_numeric_value (DECL_INSN_RESERV (decl)->insn_num); in make_internal_dfa_insn_code_attr() 9297 XEXP (condexp, 1) = make_numeric_value (0); in make_default_insn_latency_attr() 9306 = make_numeric_value (DECL_INSN_RESERV (decl)->default_latency); in make_default_insn_latency_attr() 9339 result_rtx = make_numeric_value (0); in make_bypass_attr() 9344 XEXP (result_rtx, 1) = make_numeric_value (0); in make_bypass_attr() 9356 = make_numeric_value (1); in make_bypass_attr()
|
| H A D | ChangeLog.6 | 12639 make_numeric_value): Move protypes into genattrtab.h. Define them
|
| H A D | ChangeLog.7 | 9492 make_numeric_value): Move protypes into genattrtab.h. Define them
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genattrtab.c | 246 static rtx make_numeric_value (int); 568 return XSTR (make_numeric_value (n), 0); in attr_numeral() 1175 exp = make_numeric_value (INTVAL (exp)); in make_canonical() 1329 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays() 1335 = make_numeric_value (XVECLEN (delay->def, 1) / 3); in expand_delays() 1345 XEXP (condexp, 1) = make_numeric_value (0); in expand_delays() 1350 XVECEXP (condexp, 0, i + 1) = make_numeric_value (delay->num); in expand_delays() 1367 make_numeric_value (1), make_numeric_value (0)); in expand_delays() 1378 make_numeric_value (1), in expand_delays() 1379 make_numeric_value (0)); in expand_delays() [all …]
|