Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h35 Fixup(const std::string &label, uint32 relOffsetVal, uint32 offsetVal, FixupKind fixupKind) in Fixup()
76 LocalFixup(uint32 label, uint32 offsetVal, FixupKind fixupkind) in LocalFixup()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h246 void SetOffset(const OffsetType &offsetVal) in SetOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp976 … int64 offsetVal = static_cast<ImmOperand &>(defInsn.GetOperand(kInsnThirdOpnd)).GetValue(); in GetOffsetForNewIndex() local
Daarch64_reaching.cpp1185 int64 offsetVal = memOpnd.GetOffsetImmediate()->GetOffsetValue(); in InitInfoForMemOperand() local
Daarch64_dependence.cpp370 int32 offsetVal = static_cast<int32>(aarchNextOfstOpnd->GetOffsetValue()); in BuildNextMemOperandByByteSize() local
Daarch64_proepilog.cpp854 int32 offsetVal = static_cast<int32>(ofstOp->GetOffsetValue()); in SplitStpLdpOffsetForCalleeSavedWithAddInstruction() local
Daarch64_peep.cpp2893 int64 offsetVal = offsetOpnd->GetOffsetValue(); in Run() local
Daarch64_cgfunc.cpp1586 …erand *AArch64CGFunc::PrepareMemcpyParamOpnd(bool isLo12, const MIRSymbol &symbol, int64 offsetVal, in PrepareMemcpyParamOpnd()
5483 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable()