Searched refs:enddst (Results 1 – 1 of 1) sorted by relevance
/arch/ia64/lib/ |
D | copy_user.S | 69 #define enddst r29 macro 90 add enddst=dst,len // first byte after end of source 461 sub len=enddst,dst1,1 // precompute len 580 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ? 581 sub len=enddst,dst1,1 // precompute len 591 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ? 592 sub len=enddst,dst1,1 // precompute len 604 sub ret0=enddst,dst1
|