Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp308 void AArch64GenProEpilog::AppendInstructionPushPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg… in AppendInstructionPushPair()
355 …ProEpilog::AppendInstructionForAllocateOrDeallocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, in AppendInstructionForAllocateOrDeallocateCallFrame()
401 …GenProEpilog::CreateAndAppendInstructionForAllocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, in CreateAndAppendInstructionForAllocateCallFrame()
427 void AArch64GenProEpilog::AppendInstructionAllocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegT… in AppendInstructionAllocateCallFrame()
500 void AArch64GenProEpilog::AppendInstructionAllocateCallFrameDebug(AArch64reg reg0, AArch64reg reg1,… in AppendInstructionAllocateCallFrameDebug()
961 void AArch64GenProEpilog::AppendInstructionPopPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1… in AppendInstructionPopPair()
984 void AArch64GenProEpilog::AppendInstructionDeallocateCallFrame(AArch64reg reg0, AArch64reg reg1, Re… in AppendInstructionDeallocateCallFrame()
1038 void AArch64GenProEpilog::AppendInstructionDeallocateCallFrameDebug(AArch64reg reg0, AArch64reg reg… in AppendInstructionDeallocateCallFrameDebug()
Daarch64_peep.cpp547 auto &reg0 = static_cast<RegOperand &>(currInsn->GetOperand(kInsnSecondOpnd)); in CheckCondition() local
609 auto &reg0 = static_cast<RegOperand &>(currInsn->GetOperand(kInsnSecondOpnd)); in CheckInsns() local
5794 RegOperand *reg0 = nullptr; in Run() local
Daarch64_cgfunc.cpp10034 RegOperand &reg0 = CreateRegisterOperandOfType(PTY_i32); in SelectCisaligned() local
11632 auto reg0 = static_cast<AArch64reg>(ploc.reg0); in SelectParmListForInt128() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp55 X64reg reg0 = static_cast<X64reg>(ploc.reg0); in CollectRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Debo.cpp124 const auto &reg0 = static_cast<const RegOperand &>(op0); in IsOfSameClass() local
373 const RegOperand &reg0 = static_cast<const RegOperand &>(op0); in RegistersIdentical() local
Dreg_alloc_lsra.cpp1683 regno_t reg0 = isIntReg ? firstIntReg : firstFpReg; in FindAvailablePhyRegAcrossCall() local
1712 regno_t reg0 = isIntReg ? firstIntReg : firstFpReg; in FindAvailablePhyReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h27 regno_t reg0 = 0; /* 0 means parameter is stored on the stack */ member
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp196 auto reg0 = cg->ConvertInstTmpReg(inst, DataType::REFERENCE); in EncodeSbAppendString() local