Searched refs:tab_f (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aes_amd64.S | 329 #define tab_f(x) 1(tptr,x,8) macro 443 movzx tab_f(%rsi), %esi; \ 444 movzx tab_f(%rdi), %edi; \ 450 movzx tab_f(%rsi), %esi; \ 451 movzx tab_f(%rdi), %edi; \ 460 movzx tab_f(%rsi), %esi; \ 461 movzx tab_f(%rdi), %edi; \ 467 movzx tab_f(%rsi), %esi; \ 468 movzx tab_f(%rdi), %edi; \ 476 movzx tab_f(%rsi), %esi; \ [all …]
|