Fixed encoding for VEXTqf
authorMon P Wang <wangmp@apple.com>
Thu, 7 Apr 2011 19:56:12 +0000 (19:56 +0000)
committerMon P Wang <wangmp@apple.com>
Thu, 7 Apr 2011 19:56:12 +0000 (19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129101 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrNEON.td

index e9731b5352e12600aa3f502f221ca6f7b6701ba6..e34d69a44d9f63f2639d1b96d8687873aa8110e3 100644 (file)
@@ -4699,8 +4699,8 @@ def VEXTq32 : VEXTq<"vext", "32", v4i32> {
   let Inst{9-8}    = 0b00;
 }
 def VEXTqf  : VEXTq<"vext", "32", v4f32> {
-  let Inst{11}    = index{0};
-  let Inst{10-8}  = 0b000;
+  let Inst{11-10} = index{1-0};
+  let Inst{9-8}   = 0b00;
 }
 
 //   VTRN     : Vector Transpose