mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 13:40:30 +00:00
Fix asm string from MOVi16
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d61eca5330
commit
7c4f7dd43a
@ -156,7 +156,7 @@ multiclass T2I_bin_c_irs<string opc, PatFrag opnode> {
|
||||
// Move Instructions.
|
||||
//
|
||||
def tMOVi16 : PseudoInst<(outs GPR:$dst), (ins i32imm:$src),
|
||||
"mov $dst, $src",
|
||||
"movw $dst, $src",
|
||||
[(set GPR:$dst, imm0_65535:$src)]>,
|
||||
Requires<[HasThumb2]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user