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

VCVTSH2USI



Converts a signed 16-bit integer value from an XMM register to an unsigned 32-bit integer value in a general-purpose register.

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

source destination(s)
xmm r32

DO NOT support LOCK

This instruction is available in 64-bit mode. It is NOT supported in compatibility mode.

If the source value is outside the range of a signed 16-bit integer (which is handled by the XMM input) or the conversion results in a value that cannot be represented in the destination register, an #O exception is generated. The destination register is updated only if no exception occurs.