Lines Matching refs:curOp_
328 curOp_ = ops_.front();
330 DFXLOGU("curOp: %{public}llx", (uint64_t)curOp_);
395 if ((curOp_ & decodeTable[i].mask) == decodeTable[i].result) {
409 context_.AddUpVsp(((curOp_ & 0x3f) << 2) + 4);
416 context_.AddUpVsp(-(((curOp_ & 0x3f) << 2) + 4));
422 uint16_t registers = ((curOp_ & 0x0f) << 8);
426 registers |= curOp_;
449 uint8_t bits = curOp_ & 0xf;
463 INSTR_STATISTIC(UnsupportedArmExidx, bits, curOp_);
476 size_t endReg = REG_ARM_R4 + (curOp_ & 0x7);
481 if (curOp_ & 0x8) {
491 if (curOp_ & 0x8) {
512 if (curOp_ == 0x00 || (curOp_ & 0xf0) != 0) {
517 uint8_t registers = curOp_ & 0x0f;
536 uleb128 |= (curOp_ & 0x7f) << shift;
538 } while ((curOp_ & 0x80) != 0);
551 uint8_t popRegCount = (curOp_ & 0x0f) + 1;
565 uint8_t popRegCount = (curOp_ & 0x07) + 1;
588 if ((curOp_ & 0xf0) != 0 || curOp_ == 0) {
594 if (curOp_ & (1 << i)) {
608 uint8_t popRegCount = (curOp_ & 0x0f) + 1;
623 uint8_t popRegCount = (curOp_ & 0x0f) + 1;
632 uint8_t popRegCount = (curOp_ & 0x0f) + 1;