Searched refs:tab_i (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.S | 328 #define tab_i(x) 7(tptr,x,8) macro 618 movzx tab_i(%rsi), %esi; \ 619 movzx tab_i(%rdi), %edi; \ 626 movzx tab_i(%rsi), %esi; \ 627 movzx tab_i(%rdi), %edi; \ 635 movzx tab_i(%rsi), %esi; \ 636 movzx tab_i(%rdi), %edi; \ 643 movzx tab_i(%rsi), %esi; \ 644 movzx tab_i(%rdi), %edi; \ 652 movzx tab_i(%rsi), %esi; \ [all …]
|