mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
Fix NEG alias
llvm-svn: 138125
This commit is contained in:
@@ -1115,7 +1115,7 @@ def tRSB : // A8.6.141
|
||||
[(set tGPR:$Rd, (ineg tGPR:$Rn))]>;
|
||||
|
||||
def : InstAlias<"neg${s}${p} $Rd, $Rm",
|
||||
(tRSB tGPR:$Rd, CPSR, tGPR:$Rm, pred:$p)>,
|
||||
(tRSB tGPR:$Rd, s_cc_out:$s, tGPR:$Rm, pred:$p)>,
|
||||
Requires<[IsThumb]>;
|
||||
|
||||
// Subtract with carry register
|
||||
|
||||
Reference in New Issue
Block a user