Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp472 Operand &cmpFirstOpnd = cmpInsn->GetOperand(kInsnSecondOpnd); in CheckCondition() local
495 Operand &cmpFirstOpnd = cmpInsn->GetOperand(kInsnSecondOpnd); in Run() local
Daarch64_peep.cpp6102 Operand &cmpFirstOpnd = insn.GetOperand(kInsnSecondOpnd); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_global.h189 Operand *cmpFirstOpnd = nullptr; variable