Home | History | Annotate | Download | only in ARM

Lines Matching defs:excess

1805       unsigned excess = 4 * (ARM::R4 - reg);
1812 if (Subtarget->isAAPCS_ABI() && NSAAOffset != 0 && size > excess) {
1825 unsigned ByValRegEnd = (size < excess) ? reg + size/4 : (unsigned)ARM::R4;
1835 if (size < excess)
1838 size -= excess;