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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c11601 int indirect_p, size, n_reg, sav_ofs, sav_scale, max_reg;
11642 sav_ofs = 2 * UNITS_PER_LONG;
11659 sav_ofs = 0;
11676 sav_ofs = 16 * UNITS_PER_LONG;
11697 sav_ofs = 2 * UNITS_PER_LONG;
11700 sav_ofs += UNITS_PER_LONG - size;
11715 addr = sav + sav_ofs + reg * save_scale;
11731 t = fold_build_pointer_plus_hwi (sav, sav_ofs);
11600 int indirect_p, size, n_reg, sav_ofs, sav_scale, max_reg; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c11438 int size, rsize, n_reg, sav_ofs, sav_scale;
11556 sav_ofs = ((TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT) ? 8 : 4) * 4;
11566 sav_ofs = 0;
11613 if (sav_ofs)
11614 t = fold_build_pointer_plus_hwi (sav, sav_ofs);
11417 int size, rsize, n_reg, sav_ofs, sav_scale; local
[all...]

Completed in 359 milliseconds