Home | History | Annotate | Download | only in arm

Lines Matching refs:CMP

736       (CMP | S);
742 (I | CMP | S);
1354 void Assembler::cmp(Register src1, const Operand& src2, Condition cond) {
1355 addrmod1(cond | CMP | S, src1, r0, src2);
1362 emit(cond | I | CMP | S | src.code() << 16 | raw_immediate);