Home
last modified time | relevance | path

Searched refs:kNormalUseOperandNum (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_abi.h30 constexpr uint32 kNormalUseOperandNum = 3; variable
Daarch64_reg_info.h82 return AArch64Abi::kNormalUseOperandNum; in GetNormalUseOperandNum()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp755 if (numUses >= AArch64Abi::kNormalUseOperandNum || insn.GetMachineOpcode() == MOP_lazy_ldr) { in ComputeLiveRangesForEachUseOperand()