Searched refs:KEYP (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aes_aesni.S | 584 #define KEYP rdx /* P3, 64 bits */ macro 591 #define KEYP rdi /* P1, 64 bits */ macro 604 movups (%KEYP), %KEY // key 606 mov 240(%KEYP), %NROUNDS32 // round count 612 lea 0x30(%KEYP), %KEYP 615 lea 0x20(%KEYP), %KEYP 619 lea 0x20(%KEYP), %KEYP 620 movups -0x60(%KEYP), %KEY 622 movups -0x50(%KEYP), %KEY 628 movups -0x40(%KEYP), %KEY [all …]
|