Home
last modified time | relevance | path

Searched defs:regs (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp76 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
95 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
124 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in AdjustInsRegWhenHasSpill() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp52 static inline ARK_INLINE void GetPcFpRegs([[maybe_unused]] void *regs) in GetPcFpRegs()
67 uintptr_t regs[2] = {0}; // 2: pc and fp reg in GetPcs() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyIns.proto30 repeated uint32 regs = 2; field
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp86 static void SetVRegs(Frame *frame, std::vector<VRegValue> &regs) in SetVRegs()
106 static void CheckFrame(Frame *frame, std::vector<VRegValue> &regs, const MethodInfo &methodInfo) in CheckFrame()
207 std::vector<VRegValue> regs {{0x1111111122222222, false}, in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dregfile.cpp54 void Aarch64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> &regs) in SetCalleeSaved()
83 void Aarch64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp65 void Aarch64CallingConvention::PrepareToPushPopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::… in PrepareToPushPopRegs()
80 size_t Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList… in PushRegs()
89 size_t Aarch64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList … in PopRegs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dregisters_description.h138 M GetUsedRegsMask(const ArenaVector<Reg> &regs) in GetUsedRegsMask()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dregfile.cpp144 void Aarch32RegisterDescription::SetCalleeSaved([[maybe_unused]] const ArenaVector<Reg> &regs) in SetCalleeSaved()
150 void Aarch32RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp119 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs()
157 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool isCallee) in PopRegs()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dregister64_test.cpp64 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dregister32_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dregfile.cpp51 void Amd64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> &regs) in SetCalleeSaved()
74 void Amd64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp60 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs()
85 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyInsProto.cpp50 std::vector<uint16_t> regs; in Deserialize() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_verifier_test.cpp301 …ArenaVector<bool> regs = ArenaVector<bool>(std::max(MAX_NUM_REGS, MAX_NUM_VREGS), false, GetAlloca… in TEST_F() local
355 …ArenaVector<bool> regs = ArenaVector<bool>(std::max(MAX_NUM_REGS, MAX_NUM_VREGS), false, GetAlloca… in TEST_F() local
Dreg_alloc_resolver_test.cpp32 ArenaVector<bool> regs = in InitUsedRegs() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp70 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.cpp59 auto regs = std::move(insWrap.regs); in Update() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp70 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.cpp148 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
218 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
DregSpiller.cpp35 void RegSpiller::Adjust(const std::unordered_set<VReg> &regs) noexcept in Adjust()
/arkcompiler/ets_runtime/compiler_service/interface/
Daot_compiler_interface_stub.cpp116 std::string regs = Str16ToStr8(data.ReadString16()); in CommandNeedReCompile() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dstack_walker-inl.h48 const auto regs = in IterateAllRegsForCFrame() local

12