Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2282 MOperator exOp = is64Bits ? MOP_xsxth64 : MOP_xsxth32; in SelectShift() local
2285 MOperator exOp = is64Bits ? MOP_xsxtb64 : MOP_xsxtb32; in SelectShift() local