Searched refs:extract_plus_operands (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c6359 extract_plus_operands (rtx *loc, rtx **ptr, rtx **end)
6364 ptr = extract_plus_operands (&XEXP (x, 0), ptr, end);
6365 ptr = extract_plus_operands (&XEXP (x, 1), ptr, end);
6413 size_t n_ops = extract_plus_operands (info->inner, ops,
6326 extract_plus_operands (rtx *loc, rtx **ptr, rtx **end) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc6674 extract_plus_operands (rtx *loc, rtx **ptr, rtx **end)
6679 ptr = extract_plus_operands (&XEXP (x, 0), ptr, end);
6680 ptr = extract_plus_operands (&XEXP (x, 1), ptr, end);
6728 size_t n_ops = extract_plus_operands (info->inner, ops,

Completed in 224 milliseconds