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.cpp872 void AArch64GenProEpilog::AppendInstructionPushPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg… in AppendInstructionPushPair()
934 …ProEpilog::AppendInstructionForAllocateOrDeallocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, in AppendInstructionForAllocateOrDeallocateCallFrame()
976 …GenProEpilog::CreateAndAppendInstructionForAllocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, in CreateAndAppendInstructionForAllocateCallFrame()
1003 void AArch64GenProEpilog::AppendInstructionAllocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegT… in AppendInstructionAllocateCallFrame()
1100 void AArch64GenProEpilog::AppendInstructionAllocateCallFrameDebug(AArch64reg reg0, AArch64reg reg1,… in AppendInstructionAllocateCallFrameDebug()
1614 void AArch64GenProEpilog::AppendInstructionPopPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1… in AppendInstructionPopPair()
1639 void AArch64GenProEpilog::AppendInstructionDeallocateCallFrame(AArch64reg reg0, AArch64reg reg1, Re… in AppendInstructionDeallocateCallFrame()
1706 void AArch64GenProEpilog::AppendInstructionDeallocateCallFrameDebug(AArch64reg reg0, AArch64reg reg… in AppendInstructionDeallocateCallFrameDebug()
Daarch64_args.cpp56 AArch64reg reg0 = static_cast<AArch64reg>(ploc.reg0); in CollectRegisterArgs() local
Daarch64_peep.cpp4226 RegOperand *reg0 = nullptr; in Run() local
Daarch64_cgfunc.cpp11135 RegOperand &reg0 = CreateRegisterOperandOfType(PTY_i32); in SelectCisaligned() 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/include/cg/
Dcall_conv.h27 regno_t reg0 = 0; /* 0 means parameter is stored on the stack */ member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Debo.cpp129 const auto &reg0 = static_cast<const RegOperand &>(op0); in IsOfSameClass() local
378 const RegOperand &reg0 = static_cast<const RegOperand &>(op0); in RegistersIdentical() local
Dreg_alloc_lsra.cpp1788 regno_t reg0 = isIntReg ? firstIntReg : firstFpReg; in FindAvailablePhyReg() local