Home | History | Annotate | Download | only in arm

Lines Matching refs:CMP

709       (CMP | S);
715 (I | CMP | S);
1375 void Assembler::cmp(Register src1, const Operand& src2, Condition cond) {
1376 addrmod1(cond | CMP | S, src1, r0, src2);
1383 emit(cond | I | CMP | S | src.code() << 16 | raw_immediate);