1 [bits 64] 2 3 pclmulqdq xmm1, xmm2, 5 4 pclmulqdq xmm1, [rax], byte 5 5 pclmulqdq xmm1, dqword [rax], 5 6 vpclmulqdq xmm1, xmm2, 0x10 7 vpclmulqdq xmm1, dqword [rbx], 0x10 8 vpclmulqdq xmm0, xmm1, xmm2, 0x10 9 vpclmulqdq xmm0, xmm1, dqword [rbx], 0x10 10 11 pclmullqlqdq xmm1, xmm2 12 pclmullqlqdq xmm1, [rax] 13 pclmullqlqdq xmm1, dqword [rax] 14 vpclmullqlqdq xmm1, xmm2 15 vpclmullqlqdq xmm1, dqword[rbx] 16 vpclmullqlqdq xmm0, xmm1, xmm2 17 vpclmullqlqdq xmm0, xmm1, dqword[rbx] 18 19 pclmulhqlqdq xmm1, xmm2 20 pclmulhqlqdq xmm1, [rax] 21 pclmulhqlqdq xmm1, dqword [rax] 22 vpclmulhqlqdq xmm1, xmm2 23 vpclmulhqlqdq xmm1, dqword[rbx] 24 vpclmulhqlqdq xmm0, xmm1, xmm2 25 vpclmulhqlqdq xmm0, xmm1, dqword[rbx] 26 27 pclmullqhqdq xmm1, xmm2 28 pclmullqhqdq xmm1, [rax] 29 pclmullqhqdq xmm1, dqword [rax] 30 vpclmullqhqdq xmm1, xmm2 31 vpclmullqhqdq xmm1, dqword[rbx] 32 vpclmullqhqdq xmm0, xmm1, xmm2 33 vpclmullqhqdq xmm0, xmm1, dqword[rbx] 34 35 pclmulhqhqdq xmm1, xmm2 36 pclmulhqhqdq xmm1, [rax] 37 pclmulhqhqdq xmm1, dqword [rax] 38 vpclmulhqhqdq xmm1, xmm2 39 vpclmulhqhqdq xmm1, dqword[rbx] 40 vpclmulhqhqdq xmm0, xmm1, xmm2 41 vpclmulhqhqdq xmm0, xmm1, dqword[rbx] 42 43