Home | History | Annotate | Download | only in arm

Lines Matching refs:cmn

1416 void Assembler::cmn(Register src1, const Operand& src2, Condition cond) {
1417 addrmod1(cond | CMN | S, src1, r0, src2);