Home
last modified time | relevance | path

Searched refs:ofstOpnd (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_offset_adjust.cpp142 OfstOperand *ofstOpnd = currMemOpnd.GetOffsetImmediate(); in AdjustMemOfstVary() local
143 CHECK_NULL_FATAL(ofstOpnd); in AdjustMemOfstVary()
144 if (ofstOpnd->GetVary() == kUnAdjustVary) { in AdjustMemOfstVary()
146 ofstOpnd->AdjustOffset(static_cast<int32>(static_cast<AArch64MemLayout *>(memLayout)->RealStackFrameSize() - in AdjustMemOfstVary()
150 ofstOpnd->SetVary(kAdjustVary); in AdjustMemOfstVary()
194 ImmOperand *ofstOpnd = memOpnd->GetOffsetOperand(); in AdjustmentStackPointer() local
195 CHECK_NULL_FATAL(ofstOpnd); in AdjustmentStackPointer()
197 &aarchCGFunc->GetOrCreateOfstOpnd(static_cast<uint64>(ofstOpnd->GetValue() + offset), ofstOpnd->GetSize()); in AdjustmentStackPointer()
H A Daarch64_args.cpp57 OfstOperand &ofstOpnd = in MoveRegisterArgs()
61 ofstOpnd.SetVary(kUnAdjustVary); in MoveRegisterArgs()
63 auto *memOpnd = aarFunc->CreateMemOperand(GetPrimTypeBitSize(primType), *baseOpnd, ofstOpnd, false); in MoveRegisterArgs()
H A Daarch64_obj_emitter.cpp1071 OfstOperand *ofstOpnd = static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1073 int32 offsetValue = ofstOpnd->GetOffsetValue();
1177 OfstOperand *ofstOpnd = static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1179 int32 offsetValue = ofstOpnd != nullptr ? ofstOpnd->GetOffsetValue() : 0;
1307 OfstOperand *ofstOpnd = static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1308 int32 offsetValue = ofstOpnd->GetOffsetValue();
1344 OfstOperand *ofstOpnd = static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1345 int32 offsetValue = ofstOpnd->GetOffsetValue();
1386 OfstOperand *ofstOpnd
[all...]
H A Daarch64_cgfunc.cpp516 OfstOperand *ofstOpnd = memOpnd.GetOffsetImmediate(); in IsImmediateOffsetOutOfRange() local
517 int32 offsetValue = ofstOpnd ? static_cast<int32>(ofstOpnd->GetOffsetValue()) : 0; in IsImmediateOffsetOutOfRange()
518 if (ofstOpnd && ofstOpnd->GetVary() == kUnAdjustVary) { in IsImmediateOffsetOutOfRange()
581 OfstOperand *ofstOpnd = memOpnd.GetOffsetImmediate(); in CheckIfSplitOffsetWithAdd() local
582 int32 opndVal = static_cast<int32>(ofstOpnd->GetOffsetValue()); in CheckIfSplitOffsetWithAdd()
663 OfstOperand *ofstOpnd = memOpnd.GetOffsetImmediate(); in SplitOffsetWithAddInstruction() local
664 int64 ofstVal = ofstOpnd->GetOffsetValue(); in SplitOffsetWithAddInstruction()
3987 OfstOperand &ofstOpnd
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp170 Operand *ofstOpnd = GetOffsetOperand(); in Less() local
172 return ofstOpnd->Less(*rofstOpnd); in Less()
194 Operand *ofstOpnd = GetOffsetOperand(); in Less() local
196 return ofstOpnd->Less(*rofstOpnd); in Less()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1261 OfstOperand *ofstOpnd = GetOffsetImmediate(); in IsOffsetMisaligned() local
1262 if (!ofstOpnd) { in IsOffsetMisaligned()
1265 int64 ofstVal = ofstOpnd->GetOffsetValue(); in IsOffsetMisaligned()
1270 return ((static_cast<uint32>(ofstOpnd->GetOffsetValue()) & in IsOffsetMisaligned()
1334 Operand *ofstOpnd = GetOffsetOperand(); in GetMemVaryType() local
1335 if (ofstOpnd != nullptr) { in GetMemVaryType()
1336 auto *opnd = static_cast<OfstOperand *>(ofstOpnd); in GetMemVaryType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h363 OfstOperand *ofstOpnd = memOpnd.GetOffsetImmediate(); in MemOfstSplitWithAdd() local
364 int64 ofstVal = ofstOpnd->GetOffsetValue(); in MemOfstSplitWithAdd()

Completed in 15 milliseconds