Lines Matching refs:CMP
106 void Thumb2Assembler::cmp(Register rn, const ShifterOperand& so, Condition cond) {
107 EmitDataProcessing(cond, CMP, 1, rn, R0, so);
683 case CMP:
714 // ADD, SUB, CMP and MOV may be thumb1 only if the immediate is 8 bits.
715 if (!(opcode == ADD || opcode == SUB || opcode == MOV || opcode == CMP)) {
748 case CMP: thumb_opcode = 0b1101; set_cc = true; rd = PC; break;
873 case CMP:
2101 // cmp rn, #0
2110 int16_t cmp = B13 | B11 | static_cast<int16_t>(branch->GetRegister()) << 8;
2111 buffer_.Store<int16_t>(branch_location, cmp);
2531 cmp(r, ShifterOperand(0));
2541 cmp(r, ShifterOperand(0));