From a04f636bd0e9a3f452419d71b34219fdb75b148c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 10 Nov 2002 06:13:37 +0000 Subject: [PATCH] Fix the definition of PSLLDQ (BR 578123) --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index e00311c2..709d2e27 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -11499,7 +11499,7 @@ will be copied to bits 0-15 of the destination. \c PSLLQ xmm1,xmm2/m128 ; 66 0F F3 /r [WILLAMETTE,SSE2] \c PSLLQ xmm,imm8 ; 66 0F 73 /6 ib [WILLAMETTE,SSE2] -\c PSLLDQ xmm1,imm8 ; 66 0F 73 /7 ib [PENT,MMX] +\c PSLLDQ xmm1,imm8 ; 66 0F 73 /7 ib [WILLAMETTE,SSE2] \c{PSLLx} performs logical left shifts of the data elements in the destination (first) operand, moving each bit in the separate elements