Lines Matching refs:rALIGN
41 #define rALIGN r7 /* Number of bytes we are setting now (when aligning). */ macro
47 andi. rALIGN, rMEMP0, 7
56 subfic rALIGN, rALIGN, 8
58 add rMEMP, rMEMP, rALIGN
59 sub rLEN, rLEN, rALIGN
87 andi. rALIGN, rMEMP, 0x18
88 subfic rALIGN, rALIGN, 0x20
91 mtcrf 0x01, rALIGN
92 add rMEMP, rMEMP, rALIGN
93 sub rLEN, rLEN, rALIGN
94 cmplwi cr1, rALIGN, 0x10
107 clrrdi. rALIGN, rLEN, 5