Home | History | Annotate | Download | only in arm

Lines Matching refs:CMN

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