Searched refs:PCLMULQDQ (Results 1 - 2 of 2) sorted by relevance
/third_party/mbedtls/library/ |
H A D | aesni.c | 441 #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()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 665 PCLMULQDQ = 0x10, enumerator 786 host_isa |= instruction_set::PCLMULQDQ; in detect_supported_architectures()
|
Completed in 7 milliseconds