mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
Fixed encoding for VEXTqf
llvm-svn: 129101
This commit is contained in:
parent
36a1759769
commit
9aa67ff50a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user