Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp51 static inline ARK_INLINE void GetPcFpRegs([[maybe_unused]] void *regs) in GetPcFpRegs()
66 uintptr_t regs[2] = {0}; // 2: pc and fp reg in GetPcs() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp78 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
97 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
126 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in AdjustInsRegWhenHasSpill() 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.cpp64 size_t Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList… in PushRegs()
82 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/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/aarch64/
Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp70 std::vector<Reg> regs; in TEST_F() 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
217 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
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1714 bool CheckCallCtor(Method const *ctor, Span<int> regs) in CheckCallCtor()
1738 bool CheckCtor(Span<int> regs) in CheckCtor()
1810 std::vector<int> regs; in HandleInitobjRange() local
2522 bool CheckLaunch(Method const *method, Span<int> regs) in CheckLaunch()
2632 std::vector<int> regs; in HandleEtsLaunchRange() local
2703 std::vector<int> regs; in HandleEtsLaunchVirtRange() local
3247 bool CheckCall(Method const *method, Span<int> regs) in CheckCall()
3428 std::vector<int> regs; in HandleCallRange() local
3555 std::vector<int> regs; in HandleCallVirtRange() local

12