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
544 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
Daarch64_peep.cpp319 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
453 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
494 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local
689 auto &ccReg = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnThirdOpnd)); in CheckCondition() local
1114 Operand &ccReg = insn.GetOperand(kInsnFifthOpnd); in Run() local
1280 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
1543 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
5558 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
8493 auto &ccReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1676 regno_t ccReg = 0; variable
Daarch64_peep.h1837 RegOperand *ccReg = nullptr; variable