Lines Matching refs:rALIGN
38 #define rALIGN r7 /* Number of bytes we are setting now (when aligning). */ macro
47 andi. rALIGN, rMEMP0, 3
56 subfic rALIGN, rALIGN, 4
57 add rMEMP, rMEMP, rALIGN
58 sub rLEN, rLEN, rALIGN
71 andi. rALIGN, rMEMP, 0x1C
72 subfic rALIGN, rALIGN, 0x20
74 mtcrf 0x01, rALIGN
75 add rMEMP, rMEMP, rALIGN
76 sub rLEN, rLEN, rALIGN
77 cmplwi cr1, rALIGN, 0x10
93 clrrwi. rALIGN, rLEN, 5
97 srwi rTMP, rALIGN, 5
101 add rMEMP, rMEMP, rALIGN
127 add rMEMP, rMEMP, rALIGN
169 clrrwi. rALIGN, rLEN, 5