Home
last modified time | relevance | path

Searched refs:PCLMULQDQ (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/library/
Daesni.c441 #define PCLMULQDQ(regs, imm) ".byte 0x66,0x0F,0x3A,0x44," regs "," imm "\n\t" macro
525 PCLMULQDQ(xmm0_xmm1, "0x00") // a0*b0 = c1:c0 in mbedtls_aesni_gcm_mult()
526 PCLMULQDQ(xmm0_xmm2, "0x11") // a1*b1 = d1:d0 in mbedtls_aesni_gcm_mult()
527 PCLMULQDQ(xmm0_xmm3, "0x10") // a0*b1 = e1:e0 in mbedtls_aesni_gcm_mult()
528 PCLMULQDQ(xmm0_xmm4, "0x01") // a1*b0 = f1:f0 in mbedtls_aesni_gcm_mult()