Lines Matching full:lc
61 .save ar.lc, saved_lc
62 mov saved_lc=ar.lc // preserve ar.lc (slow)
70 mov ar.lc=tmp // initialize lc for small count
72 ;; // WAR on ar.lc
85 ;; // avoid RAW on ar.lc
90 mov ret0=len // faster than using ar.lc
91 mov ar.lc=saved_lc
127 mov ar.lc=tmp
140 // way would be to use ar.lc and derive how many byte were left by
141 // doing : left= 16*ar.lc + 16. this would avoid the addition at
155 mov ar.lc=saved_lc
190 // .Lexit3: comes from core loop, need restore pr/lc
197 // We must restore lc/pr even though might not have been used.
204 // .Lexit4: comes from head, need not restore pr/lc
209 mov ar.lc=saved_lc