Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp84 void AArch64GenProEpilog::AppendInstructionPushPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg… in AppendInstructionPushPair()
134 …ProEpilog::AppendInstructionForAllocateOrDeallocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, in AppendInstructionForAllocateOrDeallocateCallFrame()
180 …GenProEpilog::CreateAndAppendInstructionForAllocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, in CreateAndAppendInstructionForAllocateCallFrame()
202 void AArch64GenProEpilog::AppendInstructionAllocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegT… in AppendInstructionAllocateCallFrame()
272 void AArch64GenProEpilog::AppendInstructionAllocateCallFrameDebug(AArch64reg reg0, AArch64reg reg1,… in AppendInstructionAllocateCallFrameDebug()
654 void AArch64GenProEpilog::AppendInstructionPopPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1… in AppendInstructionPopPair()
677 void AArch64GenProEpilog::AppendInstructionDeallocateCallFrame(AArch64reg reg0, AArch64reg reg1, Re… in AppendInstructionDeallocateCallFrame()
731 void AArch64GenProEpilog::AppendInstructionDeallocateCallFrameDebug(AArch64reg reg0, AArch64reg reg… in AppendInstructionDeallocateCallFrameDebug()
Daarch64_peep.cpp2141 RegOperand *reg0 = nullptr; in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp54 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/
Dreg_alloc_lsra.cpp1490 regno_t reg0 = isIntReg ? firstIntReg : firstFpReg; in FindAvailablePhyRegAcrossCall() local
1519 regno_t reg0 = isIntReg ? firstIntReg : firstFpReg; in FindAvailablePhyReg() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp196 auto reg0 = cg->ConvertInstTmpReg(inst, DataType::REFERENCE); in EncodeSbAppendString() local