What (if any) is the difference between the rounding to integer and tie-breaking modes, described in the wikipedia article? In the IEEE-754-2008 standard, there is no such differentiation (although I only scanned it briefly). There is no such differentiation in x86 FPU control word either.
So is it possible to have an architecture that rounds integers differently than it breaks ties? Are there any such architectures used nowadays?