asm/reference

This content has not been validated; it was AI-generated following the x86-64 ISA Documentation generation process to maintain high quality. However, as no human has verified this data, errors may exist. If the accuracy of this data is critical, please consult the Intel SDM. The model used to generate this is gemma4:31b

VCVTPD2UQQ



Converts packed double-precision floating-point values to packed unsigned 64-bit integers with rounding. The instruction converts each double-precision floating-point value in the source to an unsigned 64-bit integer according to the rounding mode specified in the MXCSR register, and stores the results in the destination.

The following table covers what the source and destinations can be:

source destination(s)
xmm/ymm xmm/ymm
m128/m256 xmm/ymm

DO NOT support LOCK

This instruction is only available when the processor is operating in 64-bit mode. It is NOT supported in compatibility mode.

The result of the conversion is subject to the following behaviors:

The instruction may trigger the following exceptions: