Fix PEXTRQ encoding
authorNate Begeman <natebegeman@mac.com>
Wed, 29 Oct 2008 23:07:17 +0000 (23:07 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 29 Oct 2008 23:07:17 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58403 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Instr64bit.td

index d17ed1a3898398bedfd15092a930529b04e54b6f..125eefbf518bea5465f575b1cc18299b7f50c561 100644 (file)
@@ -1500,7 +1500,7 @@ def MOVSDto64mr  : RPDI<0x7E, MRMDestMem, (outs), (ins i64mem:$dst, FR64:$src),
 
 /// SS41I_extract32 - SSE 4.1 extract 32 bits to int reg or memory destination
 multiclass SS41I_extract64<bits<8> opc, string OpcodeStr> {
-  def rr : SS4AIi8<opc, MRMSrcReg, (outs GR64:$dst),
+  def rr : SS4AIi8<opc, MRMDestReg, (outs GR64:$dst),
                  (ins VR128:$src1, i32i8imm:$src2),
                  !strconcat(OpcodeStr, 
                   "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),