Home
last modified time | relevance | path

Searched defs:ccReg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp451 RegOperand &ccReg = static_cast<RegOperand &>(csetInsn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
543 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
Daarch64_peep.cpp238 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
357 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
391 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local
433 auto &ccReg = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnThirdOpnd)); in CheckCondition() local
687 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
821 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp33 bool CGPeepPattern::IsCCRegCrossVersion(Insn &startInsn, Insn &endInsn, const RegOperand &ccReg) in IsCCRegCrossVersion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1694 regno_t ccReg = 0; variable