mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Mark VMOVDneon and VMOVQ as having the N2RegFrm form to help the disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c54a2f150d
commit
b7ba5781e6
@ -2778,10 +2778,13 @@ def VSWPq : N2VX<0b11, 0b11, 0b00, 0b10, 0b00000, 1, 0,
|
|||||||
|
|
||||||
// VMOV : Vector Move (Register)
|
// VMOV : Vector Move (Register)
|
||||||
|
|
||||||
|
// Mark these as 2-register instructions to help the disassembler.
|
||||||
|
let F = N2RegFrm, Form = N2RegFrm.Value in {
|
||||||
def VMOVDneon: N3VX<0, 0, 0b10, 0b0001, 0, 1, (outs DPR:$dst), (ins DPR:$src),
|
def VMOVDneon: N3VX<0, 0, 0b10, 0b0001, 0, 1, (outs DPR:$dst), (ins DPR:$src),
|
||||||
IIC_VMOVD, "vmov", "$dst, $src", "", []>;
|
IIC_VMOVD, "vmov", "$dst, $src", "", []>;
|
||||||
def VMOVQ : N3VX<0, 0, 0b10, 0b0001, 1, 1, (outs QPR:$dst), (ins QPR:$src),
|
def VMOVQ : N3VX<0, 0, 0b10, 0b0001, 1, 1, (outs QPR:$dst), (ins QPR:$src),
|
||||||
IIC_VMOVD, "vmov", "$dst, $src", "", []>;
|
IIC_VMOVD, "vmov", "$dst, $src", "", []>;
|
||||||
|
}
|
||||||
|
|
||||||
// VMOV : Vector Move (Immediate)
|
// VMOV : Vector Move (Immediate)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user