Searched defs:reg0 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 84 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()
|
| D | aarch64_peep.cpp | 2141 RegOperand *reg0 = nullptr; in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 54 X64reg reg0 = static_cast<X64reg>(ploc.reg0); in CollectRegisterArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | call_conv.h | 27 regno_t reg0 = 0; /* 0 means parameter is stored on the stack */ member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 1490 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/ |
| D | codegen_intrinsics_ets.cpp | 196 auto reg0 = cg->ConvertInstTmpReg(inst, DataType::REFERENCE); in EncodeSbAppendString() local
|