1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fixed encoding for VEXTqf

llvm-svn: 129101
This commit is contained in:
Mon P Wang 2011-04-07 19:56:12 +00:00
parent 36a1759769
commit 9aa67ff50a

View 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