Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_isa.cpp24 MOperator GetMopPair(MOperator mop, bool isIncludeStrbStrh) in GetMopPair() argument
48 return isIncludeStrbStrh ? MOP_wstrh : MOP_undef; in GetMopPair()
50 return isIncludeStrbStrh ? MOP_wstr : MOP_undef; in GetMopPair()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_isa.h192 MOperator GetMopPair(MOperator mop, bool isIncludeStrbStrh);