mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fixed encoding for VEXTqf
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5469976506
commit
e32cdef38e
@ -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…
x
Reference in New Issue
Block a user