Home | History | Annotate | Download | only in arm

Lines Matching refs:CMN

128 void Arm32Assembler::cmn(Register rn, const ShifterOperand& so, Condition cond) {
129 EmitType01(cond, so.type(), CMN, kCcSet, rn, R0, so);
1438 cmn(rn, shifter_op, cond);