Home | History | Annotate | Download | only in arm

Lines Matching refs:CMP

123 void Arm32Assembler::cmp(Register rn, const ShifterOperand& so, Condition cond) {
124 EmitType01(cond, so.type(), CMP, kCcSet, rn, R0, so);
1436 cmp(rn, shifter_op, cond);
1445 cmp(rn, ShifterOperand(IP), cond);
1637 cmp(r, ShifterOperand(0));
1643 cmp(r, ShifterOperand(0));