Home
last modified time | relevance | path

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

123456789

/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
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
/third_party/elfutils/libdwfl/
H A Ddwfl_frame_regs.c36 dwfl_thread_state_registers(Dwfl_Thread *thread, int firstreg, unsigned nregs, const Dwarf_Word *regs) dwfl_thread_state_registers() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
H A Dpvr_rogue_fwif_rf.h43 struct rogue_fwif_rf_regs ALIGN_ATTR(8) regs; member
/third_party/node/deps/v8/src/codegen/
H A Dregister.h28 inline constexpr bool AreAliased(RegTypes... regs) { in AreAliased() argument
/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
/third_party/elfutils/backends/
H A Di386_unwind.c54 Dwarf_Word regs[2]; in i386_unwind() local
/third_party/backends/backend/
H A Dhp4200_lm9830.c155 lm9830_ini_scanner (int fd, unsigned char *regs) in lm9830_ini_scanner() argument
/third_party/backends/backend/genesys/
H A Dregister_cache.h41 void update(const Genesys_Register_Set& regs) in update() argument
/third_party/libunwind/libunwind/src/arm/
H A DGresume.c43 unsigned long regs[10]; in arm_local_resume() local
[all...]
/third_party/libunwind/libunwind/src/sh/
H A DGresume.c43 unsigned long regs[8]; in sh_local_resume() local
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGresume.c43 unsigned long regs[24]; in aarch64_local_resume() local
[all...]
/third_party/libunwind/libunwind/src/riscv/
H A DGresume.c54 unw_word_t *regs = (unw_word_t*)sc; in riscv_local_resume() local
/third_party/ltp/testcases/kdump/lib/kprobes/
H A Dkprobes.c14 jdo_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user * parent_tidptr, int __user * child_tidptr) jdo_fork() argument
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.h59 struct ra_regs *regs; member
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace04.c31 } regs[] = { variable
/third_party/musl/arch/aarch64/bits/
H A Duser.h2 unsigned long long regs[31]; member
/third_party/musl/arch/loongarch64/bits/
H A Duser.h5 unsigned long regs[32]; member
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.cpp104 translator << "v" << regs[idx]; in RegToString() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.cpp103 translator << "v" << regs[idx]; in RegToString() local
/arkcompiler/ets_runtime/compiler_service/interface/
H A Daot_compiler_interface_stub.cpp116 std::string regs = Str16ToStr8(data.ReadString16()); in CommandNeedReCompile() local

Completed in 7 milliseconds

123456789