Home | History | Annotate | Download | only in arm

Lines Matching refs:CMP

501       (CMP | S);
507 (I | CMP | S);
1130 void Assembler::cmp(Register src1, const Operand& src2, Condition cond) {
1131 addrmod1(cond | CMP | S, src1, r0, src2);
1138 emit(cond | I | CMP | S | src.code() << 16 | raw_immediate);