Home
last modified time | relevance | path

Searched refs:IsExtendWordLslPattern (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1884 bool IsExtendWordLslPattern(const Insn &insn) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp5980 bool ComplexExtendWordLslAArch64::IsExtendWordLslPattern(const Insn &insn) const in IsExtendWordLslPattern() function in maplebe::ComplexExtendWordLslAArch64
5995 if (!IsExtendWordLslPattern(insn)) { in Run()