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

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c4821 int r2_opnum = rld[r2].opnum;
4838 && r2_opnum > r1_opnum));
4841 return ((r2_type == RELOAD_FOR_INPUT_ADDRESS && r1_opnum == r2_opnum)
4842 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
4845 return ((r2_type == RELOAD_FOR_INPADDR_ADDRESS && r1_opnum == r2_opnum)
4846 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
4849 return ((r2_type == RELOAD_FOR_OUTPUT_ADDRESS && r2_opnum == r1_opnum)
4850 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum));
4853 return ((r2_type == RELOAD_FOR_OUTADDR_ADDRESS && r2_opnum == r1_opnum)
4854 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <
4801 int r2_opnum = rld[r2].opnum; local
[all...]

Completed in 88 milliseconds