Home
last modified time | relevance | path

Searched defs:cmpSecondOpnd (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_global.h190 Operand *cmpSecondOpnd = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp464 Operand &cmpSecondOpnd = cmpInsn->GetOperand(kInsnThirdOpnd); in CheckCondition() local
Daarch64_peep.cpp5221 RegOperand &cmpSecondOpnd = static_cast<RegOperand &>(nextInsn->GetOperand(kInsnSecondOpnd)); in Run() local
6104 Operand &cmpSecondOpnd = insn.GetOperand(kInsnThirdOpnd); in Run() local