mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
MOVi16 should also be marked as a UnaryDP instruction, i.e., it doesn't have a
Rn operand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
81b0c39927
commit
92e63d817f
@ -1015,7 +1015,7 @@ def MOVi16 : AI1<0b1000, (outs GPR:$dst), (ins i32imm:$src),
|
||||
DPFrm, IIC_iMOVi,
|
||||
"movw", "\t$dst, $src",
|
||||
[(set GPR:$dst, imm0_65535:$src)]>,
|
||||
Requires<[IsARM, HasV6T2]> {
|
||||
Requires<[IsARM, HasV6T2]>, UnaryDP {
|
||||
let Inst{20} = 0;
|
||||
let Inst{25} = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user