Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp983 Operand *offsetOpnd = &insn.GetOperand(kInsnSixthOpnd); in EmitGetAndAddInt() local
1049 Operand *offsetOpnd = &insn.GetOperand(kInsnFifthOpnd); in EmitGetAndSetInt() local
Daarch64_cgfunc.cpp1112 OfstOperand *offsetOpnd = memOpnd.GetOffsetImmediate(); in ExtractMemBaseAddr() local
1949 OfstOperand *offsetOpnd = &CreateOfstOpnd(0, k32BitSize); in GenLmbcFpMemOperand() local
1952 …OfstOperand *offsetOpnd = &CreateOfstOpnd(static_cast<uint64>(static_cast<int64>(offset)), k32BitS… in GenLmbcFpMemOperand() local
2566 auto *offsetOpnd = static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate()); in SelectAddrof() local
7217 auto &offsetOpnd = CreateImmOperand(structCopyOffset, k64BitSize, false); in SelectParmListPreprocessForAggregate() local
8419 OfstOperand *offsetOpnd = nullptr; in GetOrCreateMemOpnd() local
8543 OfstOperand &offsetOpnd = CreateOfstOpnd(static_cast<uint64>(offset), k32BitSize); in CreateMemOpnd() local
8558 OfstOperand &offsetOpnd = CreateOfstOpnd(static_cast<uint64>(offset), k32BitSize); in CreateMemOpnd() local
9119 OfstOperand *offsetOpnd = &CreateOfstOpnd(static_cast<uint64>(offset), k64BitSize); in GetOrCreatSpillMem() local
9320 OfstOperand &offsetOpnd = CreateOfstOpnd(*symbol, 0); in GenerateGlobalLongCallAfterInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1500 ImmOperand *offsetOpnd = nullptr; /* offset immediate */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp93 ImmOperand *offsetOpnd = memOpnd.GetOffsetOperand(); in SelectReturn() local