Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h1019 void SelectAddrofThreadLocal(Operand &result, StImmOperand &stImm);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2518 SelectAddrofThreadLocal(result, stImm); in SelectAddrof()
9731 void AArch64CGFunc::SelectAddrofThreadLocal(Operand &result, StImmOperand &stImm) in SelectAddrofThreadLocal() function in maplebe::AArch64CGFunc