mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
MOVi16 should also be marked as a UnaryDP instruction, i.e., it doesn't have a
Rn operand. llvm-svn: 95025
This commit is contained in:
parent
25ef2910a9
commit
cab2ca005d
@ -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…
x
Reference in New Issue
Block a user