Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h43 Fixup(const std::string &label, uint32 relOffsetVal, uint32 offsetVal, FixupKind fixupKind) in Fixup()
84 LocalFixup(uint32 label, uint32 offsetVal, FixupKind fixupkind) in LocalFixup()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h253 void SetOffset(const OffsetType &offsetVal) in SetOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp593 … int64 offsetVal = static_cast<ImmOperand &>(defInsn.GetOperand(kInsnThirdOpnd)).GetValue(); in GetOffsetForNewIndex() local
Daarch64_dependence.cpp371 int32 offsetVal = static_cast<int32>(aarchNextOfstOpnd->GetOffsetValue()); in BuildNextMemOperandByByteSize() local
Daarch64_reaching.cpp1138 int64 offsetVal = memOpnd.GetOffsetImmediate()->GetOffsetValue(); in InitInfoForMemOperand() local
Daarch64_proepilog.cpp293 int32 offsetVal = static_cast<int32>(ofstOp->GetOffsetValue()); in SplitStpLdpOffsetForCalleeSavedWithAddInstruction() local
Daarch64_cgfunc.cpp1752 …erand *AArch64CGFunc::PrepareMemcpyParamOpnd(bool isLo12, const MIRSymbol &symbol, int64 offsetVal, in PrepareMemcpyParamOpnd()
4898 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable()