Searched defs:ccReg (Results 1 – 4 of 4) sorted by relevance
451 RegOperand &ccReg = static_cast<RegOperand &>(csetInsn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local543 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
238 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local357 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local391 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local433 auto &ccReg = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnThirdOpnd)); in CheckCondition() local687 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local821 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
33 bool CGPeepPattern::IsCCRegCrossVersion(Insn &startInsn, Insn &endInsn, const RegOperand &ccReg) in IsCCRegCrossVersion()
1694 regno_t ccReg = 0; variable