Searched defs:reg0 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 308 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()
|
| D | aarch64_peep.cpp | 547 auto ®0 = static_cast<RegOperand &>(currInsn->GetOperand(kInsnSecondOpnd)); in CheckCondition() local 609 auto ®0 = static_cast<RegOperand &>(currInsn->GetOperand(kInsnSecondOpnd)); in CheckInsns() local 5794 RegOperand *reg0 = nullptr; in Run() local
|
| D | aarch64_cgfunc.cpp | 10034 RegOperand ®0 = 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/ |
| D | x64_args.cpp | 55 X64reg reg0 = static_cast<X64reg>(ploc.reg0); in CollectRegisterArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | ebo.cpp | 124 const auto ®0 = static_cast<const RegOperand &>(op0); in IsOfSameClass() local 373 const RegOperand ®0 = static_cast<const RegOperand &>(op0); in RegistersIdentical() local
|
| D | reg_alloc_lsra.cpp | 1683 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/ |
| D | call_conv.h | 27 regno_t reg0 = 0; /* 0 means parameter is stored on the stack */ member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 196 auto reg0 = cg->ConvertInstTmpReg(inst, DataType::REFERENCE); in EncodeSbAppendString() local
|