From f2c10aee70790e96b0d318820b09432c95726f00 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 24 May 2008 22:07:03 -0700 Subject: [PATCH] Fix immediate for PCLMULHQ* instructions (BR 1971555) The immediate for the PCLMULHQ* instructions was wrong. --- insns.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/insns.dat b/insns.dat index 2cd4eb19..8c376be7 100644 --- a/insns.dat +++ b/insns.dat @@ -3227,8 +3227,8 @@ VZEROUPPER void [ vex.128.0f 77] AVX,SANDYBRIDGE ; Again, no idea what CPU flag for these... PCLMULLQLQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 00] SSE,SANDYBRIDGE,SO PCLMULHQLQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 01] SSE,SANDYBRIDGE,SO -PCLMULLQHQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 02] SSE,SANDYBRIDGE,SO -PCLMULHQHQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 03] SSE,SANDYBRIDGE,SO +PCLMULLQHQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 10] SSE,SANDYBRIDGE,SO +PCLMULHQHQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 11] SSE,SANDYBRIDGE,SO PCLMULQDQ xmmreg,xmmrm,imm [rmi: 66 0f 3a 44 /r ib] SSE,SANDYBRIDGE,SO ;# Intel Fused Multiply-Add instructions (FMA) -- 2.11.4.GIT