Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json11 "regs": [ array
22 "regs": [ array
33 "regs": [ array
44 "regs": [ array
55 "regs": [ array
73 "regs": [ array
83 "regs": [ array
93 "regs": [ array
103 "regs": [ array
113 "regs": [ array
[all …]
/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.cpp50 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs()
75 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs()
/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.cpp49 size_t Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList… in PushRegs()
67 size_t Aarch64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList … in PopRegs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dregfile.cpp97 void Aarch32RegisterDescription::SetCalleeSaved([[maybe_unused]] const ArenaVector<Reg> &regs) in SetCalleeSaved()
103 void Aarch32RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp106 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs()
144 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool isCallee) in PopRegs()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp81 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
99 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
128 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/compiler/optimizer/code_generator/
Dregisters_description.h138 M GetUsedRegsMask(const ArenaVector<Reg> &regs) in GetUsedRegsMask()
/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
Dinst_generator.h84 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dregister64_test.cpp72 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/static_core/compiler/tests/aarch32/
Dregister32_test.cpp75 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dregister64_test.cpp75 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/runtime_core/static_core/runtime/include/
Dstack_walker-inl.h48 const auto regs = in IterateAllRegsForCFrame() local
Dmethod-inl.h283 coretypes::TaggedValue *regs) in InvokeContext()
291 coretypes::TaggedValue *regs) in InvokeContext()
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs()
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp130 std::vector<VRegValue> regs {{0x1111111122222222, false}, in TEST_F() local

12