Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1119 StImmOperand &stImm = CreateStImmOperand(*sym, offset, 0); in ExtractMemBaseAddr() local
1757 StImmOperand &stImm = CreateStImmOperand(symbol, 0, 0); in PrepareMemcpyParamOpnd() local
2480 void AArch64CGFunc::SelectAddrof(Operand &result, StImmOperand &stImm, FieldID field) in SelectAddrof()
8310 void AArch64CGFunc::SelectAddrofAfterRa(Operand &result, StImmOperand &stImm, std::vector<Insn *> &… in SelectAddrofAfterRa()
9731 void AArch64CGFunc::SelectAddrofThreadLocal(Operand &result, StImmOperand &stImm) in SelectAddrofThreadLocal()
9744 void AArch64CGFunc::SelectCTlsLocalDesc(Operand &result, StImmOperand &stImm) in SelectCTlsLocalDesc()
9751 void AArch64CGFunc::SelectCTlsGlobalDesc(Operand &result, StImmOperand &stImm) in SelectCTlsGlobalDesc()