Lines Matching refs:rALIGN
38 #define rALIGN r7 /* Number of bytes we are setting now (when aligning). */ macro
46 andi. rALIGN, rMEMP0, 3
54 subfic rALIGN, rALIGN, 4
55 add rMEMP, rMEMP, rALIGN
56 sub rLEN, rLEN, rALIGN
70 andi. rALIGN, rMEMP, 0x1C
71 subfic rALIGN, rALIGN, 0x20
73 mtcrf 0x01, rALIGN
74 add rMEMP, rMEMP, rALIGN
75 sub rLEN, rLEN, rALIGN
76 cmplwi cr1, rALIGN, 0x10
94 clrrwi. rALIGN, rLEN, 5