Home | History | Annotate | Download | only in arm

Lines Matching refs:CMP

104 void Arm32Assembler::cmp(Register rn, const ShifterOperand& so, Condition cond) {
105 EmitType01(cond, so.type(), CMP, 1, rn, R0, so);
1490 cmp(r, ShifterOperand(0));
1496 cmp(r, ShifterOperand(0));