Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h1026 …Operand *SelectAArch64CSyncFetch(const maple::IntrinsicopNode &intrinsicopNode, Opcode op, bool fe…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10077 Operand *AArch64CGFunc::SelectAArch64CSyncFetch(const IntrinsicopNode &intrinopNode, Opcode op, boo… in SelectAArch64CSyncFetch() function in maplebe::AArch64CGFunc
10215 return SelectAArch64CSyncFetch(intrinopNode, op, fetchBefore); in SelectCSyncFetch()