In the Carry-less Multiplication x86 instruction, PCLMULQDQ
, what does the "P" prefix stand for?
I've looked in these sources, but none of them explain the mnemonics.
- https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=clmul
- https://www.felixcloutier.com/x86/pclmulqdq
- https://en.wikipedia.org/wiki/CLMUL_instruction_set
Secondly, what does "QDQ" stand for?