diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-11-10 06:13:37 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-11-10 06:13:37 +0000 |
commit | a04f636bd0e9a3f452419d71b34219fdb75b148c (patch) | |
tree | 61ef0a8c1d88f27140655a95414b9c3333d029bb /doc | |
parent | 08a3377059140c7b1305dd9c5a24f44f5e2b2195 (diff) | |
download | nasm-a04f636bd0e9a3f452419d71b34219fdb75b148c.tar.gz |
Fix the definition of PSLLDQ (BR 578123)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 |