forked from OSchip/llvm-project
parent
b99db00b64
commit
9643ba8123
|
@ -548,7 +548,7 @@ def tSXTH : T1I<(outs tGPR:$dst), (ins tGPR:$src),
|
||||||
Requires<[IsThumb, HasV6]>;
|
Requires<[IsThumb, HasV6]>;
|
||||||
|
|
||||||
// test
|
// test
|
||||||
let Defs = [CPSR] in
|
let isCommutable = 1, Defs = [CPSR] in
|
||||||
def tTST : T1I<(outs), (ins tGPR:$lhs, tGPR:$rhs),
|
def tTST : T1I<(outs), (ins tGPR:$lhs, tGPR:$rhs),
|
||||||
"tst $lhs, $rhs",
|
"tst $lhs, $rhs",
|
||||||
[(ARMcmpNZ (and tGPR:$lhs, tGPR:$rhs), 0)]>;
|
[(ARMcmpNZ (and tGPR:$lhs, tGPR:$rhs), 0)]>;
|
||||||
|
|
Loading…
Reference in New Issue