Searched refs:tab_f (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 327 #define tab_f(x) 1(tptr,x,8) macro 441 movzx tab_f(%rsi), %esi; \ 442 movzx tab_f(%rdi), %edi; \ 448 movzx tab_f(%rsi), %esi; \ 449 movzx tab_f(%rdi), %edi; \ 458 movzx tab_f(%rsi), %esi; \ 459 movzx tab_f(%rdi), %edi; \ 465 movzx tab_f(%rsi), %esi; \ 466 movzx tab_f(%rdi), %edi; \ 474 movzx tab_f(%rsi), %esi; \ [all …]
|