mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
If VEX.V is an immediate, it should not be subject to register range checks. If the WW flag is set, REX_W needs to be OR'd in, not XOR'd, because the map might have the W bit set for matching purposes. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>