The assembler code is: PCMPESTRI XMM6, XMM13, 0x45, I want to generate the code which the REX.W =1, but the NASM generate the the code is : 66410F3A61F545, 0x41 is the REX prefix, the REX.W = 0, how to set the REX.W=1 when the NASM generates the code?