Lines Matching refs:cmn
1144 void Assembler::cmn(Register src1, const Operand& src2, Condition cond) {1145 addrmod1(cond | CMN | S, src1, r0, src2);