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.h973 void SelectAddrofThreadLocal(Operand &result, StImmOperand &stImm);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3106 SelectAddrofThreadLocal(result, stImm); in SelectAddrof()
10810 void AArch64CGFunc::SelectAddrofThreadLocal(Operand &result, StImmOperand &stImm) in SelectAddrofThreadLocal() function in maplebe::AArch64CGFunc