Home | History | Annotate | Download | only in arm

Lines Matching refs:CMN

342 void ArmAssembler::cmn(Register rn, ShifterOperand so, Condition cond) {
343 EmitType01(cond, so.type(), CMN, 1, rn, R0, so);