mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 11:04:49 +00:00
Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only.
A8.6.405 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22c48b384c
commit
d88360495a
@ -2536,6 +2536,14 @@ def VCNTq : N2VQInt<0b11, 0b11, 0b00, 0b00, 0b01010, 0,
|
||||
IIC_VCNTiQ, "vcnt", "8",
|
||||
v16i8, v16i8, int_arm_neon_vcnt>;
|
||||
|
||||
// Vector Swap -- for disassembly only.
|
||||
def VSWPd : N2VX<0b11, 0b11, 0b00, 0b10, 0b00000, 0, 0,
|
||||
(outs DPR:$dst), (ins DPR:$src), NoItinerary,
|
||||
"vswp", "$dst, $src", "", []>;
|
||||
def VSWPq : N2VX<0b11, 0b11, 0b00, 0b10, 0b00000, 1, 0,
|
||||
(outs QPR:$dst), (ins QPR:$src), NoItinerary,
|
||||
"vswp", "$dst, $src", "", []>;
|
||||
|
||||
// Vector Move Operations.
|
||||
|
||||
// VMOV : Vector Move (Register)
|
||||
|
Loading…
x
Reference in New Issue
Block a user