Home
last modified time | relevance | path

Searched defs:regs (Results 1 - 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dregister32_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dregister64_test.cpp64 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_verifier_test.cpp301 ArenaVector<bool> regs = ArenaVector<bool>(std::max(MAX_NUM_REGS, MAX_NUM_VREGS), false, GetAllocator()->Adapter()); in TEST_F() local
355 ArenaVector<bool> regs = ArenaVector<bool>(std::max(MAX_NUM_REGS, MAX_NUM_VREGS), false, GetAllocator()->Adapter()); in TEST_F() local
H A Dreg_alloc_resolver_test.cpp32 ArenaVector<bool> regs = in InitUsedRegs() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dregister32_test.cpp70 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dregister64_test.cpp70 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.cpp104 translator << "v" << regs[idx]; in RegToString() local
H A Dassembly-ins.h101 std::vector<uint16_t> regs; /* list of arguments - registers */ member
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.cpp103 translator << "v" << regs[idx]; in RegToString() local
H A Dassembly-ins.h112 std::vector<uint16_t> regs; /* list of arguments - registers */ member
/arkcompiler/ets_runtime/compiler_service/interface/
H A Daot_compiler_interface_stub.cpp116 std::string regs = Str16ToStr8(data.ReadString16()); in CommandNeedReCompile() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
H A Dbacktrace.cpp51 static inline ARK_INLINE void GetPcFpRegs([[maybe_unused]] void *regs) in GetPcFpRegs() argument
66 uintptr_t regs[2] = {0}; // 2: pc and fp reg in GetPcs() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dstack_walker-inl.h48 const auto regs = in IterateAllRegsForCFrame() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
H A Dglobal_regs.h25 namespace ark::interpreter::arch::regs { namespace in ark::interpreter::arch
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dcallconv.cpp60 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs() argument
85 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs() argument
H A Dregfile.cpp51 void Amd64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> &regs) in SetCalleeSaved() argument
74 void Amd64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dregfile.cpp54 void Aarch64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> &regs) in SetCalleeSaved() argument
83 void Aarch64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dregfile.cpp144 void Aarch32RegisterDescription::SetCalleeSaved([[maybe_unused]] const ArenaVector<Reg> &regs) in SetCalleeSaved() argument
150 void Aarch32RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp86 static void SetVRegs(Frame *frame, std::vector<VRegValue> &regs) in SetVRegs() argument
106 static void CheckFrame(Frame *frame, std::vector<VRegValue> &regs, const MethodInfo &methodInfo) in CheckFrame() argument
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_generator.h52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs() argument
H A Dsplit_resolver_test.cpp81 ArenaVector<bool> regs = in InitUsedRegs() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
H A Dcodegen_fastpath.cpp212 auto regs = GetCallerRegsMask(GetArch(), false) | GetCalleeRegsMask(GetArch(), false); in IntrinsicSaveTlabStatsSafe() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
H A Dframe_builder.cpp303 std::vector<int> regs; in EmitCSRSaveRestoreCode() local

Completed in 11 milliseconds

12