mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fix the A9 machine model. VTRN writes two registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0591e2a415
commit
c9fc1e7de9
@ -2431,7 +2431,7 @@ def :ItinRW<[A9WriteV3], [IIC_VSHLiD, IIC_VSHLiQ]>;
|
||||
def :ItinRW<[A9WriteV4], [IIC_VSHLi4D, IIC_VSHLi4Q]>;
|
||||
|
||||
// NEON permute
|
||||
def :ItinRW<[A9WriteV2], [IIC_VPERMD, IIC_VPERMQ, IIC_VEXTD]>;
|
||||
def :ItinRW<[A9WriteV2, A9WriteV2], [IIC_VPERMD, IIC_VPERMQ, IIC_VEXTD]>;
|
||||
def :ItinRW<[A9WriteV3, A9WriteV4, ReadDefault, A9Read2],
|
||||
[IIC_VPERMQ3, IIC_VEXTQ]>;
|
||||
def :ItinRW<[A9WriteV3, A9Read2], [IIC_VTB1]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user