Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1610 bool CheckShiftValid(const Insn &insn, const BitShiftOperand &lsl) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp5337 bool ComplexMemOperandLSLAArch64::CheckShiftValid(const Insn &insn, const BitShiftOperand &lsl) con… in CheckShiftValid() function in maplebe::ComplexMemOperandLSLAArch64
5404 if (!CheckShiftValid(*nextInsn, lsl)) { in Run()