Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp998 Operand *offsetOpnd = &insn.GetOperand(kInsnSixthOpnd); in EmitGetAndAddInt() local
1066 Operand *offsetOpnd = &insn.GetOperand(kInsnFifthOpnd); in EmitGetAndSetInt() local
Daarch64_cgfunc.cpp3840 OfstOperand *offsetOpnd = nullptr; in GetOrCreateMemOpnd() local
3912 OfstOperand &offsetOpnd = CreateOfstOpnd(static_cast<uint64>(offset), k32BitSize); in CreateMemOpnd() local
3927 OfstOperand &offsetOpnd = CreateOfstOpnd(static_cast<uint64>(offset), k32BitSize); in CreateMemOpnd() local
4321 OfstOperand *offsetOpnd = &CreateOfstOpnd(static_cast<uint64>(offset), k64BitSize); in GetOrCreatSpillMem() local
Daarch64_obj_emitter.cpp1733 ImmOperand &offsetOpnd = static_cast<ImmOperand&>(insn.GetOperand(kInsnThirdOpnd)); in EmitHasPendingException() local
Daarch64_peep.cpp1477 ImmOperand &offsetOpnd = static_cast<ImmOperand&>(preInsn->GetOperand(kInsnThirdOpnd)); in IntrinsicOptimize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1450 ImmOperand *offsetOpnd = nullptr; /* offset immediate */ variable