Lines Matching refs:b
79 #define encrypt_round(a,b,c,d,round)\ argument
80 movzx b ## B, %edi;\
84 movzx b ## H, %edi;\
85 ror $16, b ## D;\
90 movzx b ## B, %edi;\
94 movzx b ## H, %edi;\
95 ror $15, b ## D;\
115 #define encrypt_last_round(a,b,c,d,round)\ argument
116 mov b ## D, %r10d;\
118 movzx b ## B, %edi;\
122 movzx b ## H, %edi;\
123 ror $16, b ## D;\
128 movzx b ## B, %edi;\
133 movzx b ## H, %edi;\
152 #define decrypt_round(a,b,c,d,round)\ argument
155 movzx b ## B, %edi;\
160 movzx b ## H, %edi;\
161 ror $16, b ## D;\
165 movzx b ## B, %edi;\
170 movzx b ## H, %edi;\
188 #define decrypt_last_round(a,b,c,d,round)\ argument
191 movzx b ## B, %edi;\
193 movzx b ## H, %edi;\
194 ror $16, b ## D;\
197 mov b ## D, %r10d;\
202 movzx b ## B, %edi;\
206 movzx b ## H, %edi;\