Home
last modified time | relevance | path

Searched refs:gprs (Results 1 – 15 of 15) sorted by relevance

/third_party/elfutils/backends/
Ds390_unwind.c90 Dwarf_Word gprs[16]; in s390_unwind() local
93 if (! readfunc (sigreg_ptr, &gprs[i], arg)) in s390_unwind()
127 Dwarf_Word val_low = gprs[i]; in s390_unwind()
129 gprs[i] = val; in s390_unwind()
133 if (! setfunc (0, 16, gprs, arg)) in s390_unwind()
Ds390_initreg.c64 dwarf_regs[u] = user_regs.regs.gprs[u]; in s390_set_initial_registers_tid()
/third_party/libunwind/src/s390x/
DGstep.c37 unw_word_t sc_addr, sp, *gprs, *fprs, *psw; in s390x_handle_signal_frame() local
51 gprs = ((struct sigcontext*)sc_addr)->sregs->regs.gprs; in s390x_handle_signal_frame()
57 gprs = ((ucontext_t*)sc_addr)->uc_mcontext.gregs; in s390x_handle_signal_frame()
71 c->dwarf.loc[i] = DWARF_MEM_LOC (c, (unw_word_t) &gprs[i-UNW_S390X_R0]); in s390x_handle_signal_frame()
DGresume.c63 sc->sregs->regs.gprs[i-UNW_S390X_R0] = uc.uc_mcontext.gregs[i-UNW_S390X_R0]; in s390x_local_resume()
/third_party/libbpf/src/
Dbpf_tracing.h135 #define __PT_PARM1_REG gprs[2]
136 #define __PT_PARM2_REG gprs[3]
137 #define __PT_PARM3_REG gprs[4]
138 #define __PT_PARM4_REG gprs[5]
139 #define __PT_PARM5_REG gprs[6]
141 #define __PT_FP_REG gprs[11] /* Works only with CONFIG_FRAME_POINTER */
142 #define __PT_RC_REG gprs[2]
143 #define __PT_SP_REG gprs[15]
Dusdt.c1298 arg->reg_off = offsetof(user_pt_regs, gprs[reg]); in parse_usdt_arg()
1307 arg->reg_off = offsetof(user_pt_regs, gprs[reg]); in parse_usdt_arg()
/third_party/mesa3d/src/intel/common/
Dmi_builder.h136 uint32_t gprs; member
154 b->gprs = 0; in mi_builder_init()
218 unsigned gpr = ffs(~b->gprs) - 1; in mi_new_gpr()
221 b->gprs |= (1u << gpr); in mi_new_gpr()
248 assert(b->gprs & (1u << gpr)); in mi_value_ref()
268 assert(b->gprs & (1u << gpr)); in mi_value_unref()
271 b->gprs &= ~(1u << gpr); in mi_value_unref()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c439 unsigned gprs; in si_build_wrapper_function() local
470 gprs = 0; in si_build_wrapper_function()
471 while (gprs < num_sgprs + num_vgprs) { in si_build_wrapper_function()
498 ac_add_arg(&ctx->args, gprs < num_sgprs ? AC_ARG_SGPR : AC_ARG_VGPR, size, arg_type, NULL); in si_build_wrapper_function()
500 assert(ac_is_sgpr_param(param) == (gprs < num_sgprs)); in si_build_wrapper_function()
501 assert(gprs + size <= num_sgprs + num_vgprs && in si_build_wrapper_function()
502 (gprs >= num_sgprs || gprs + size <= num_sgprs)); in si_build_wrapper_function()
504 gprs += size; in si_build_wrapper_function()
/third_party/musl/arch/s390x/bits/
Duser.h39 unsigned long gprs[16]; member
Dsignal.h41 unsigned long gprs[16]; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp268 const unsigned int gprs = (chipset >= NVISA_GK20A_CHIPSET) ? 255 : 63; in getFileSize() local
273 case FILE_GPR: return MIN2(gprs, smregs / threads); in getFileSize()
/third_party/libffi/src/powerpc/
Dlinux64_closure.S91 # We need to allocate one here and use it to pass gprs to
494 # We need to allocate one here and use it to pass gprs to
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_device_test.dart502 [net.gprs.local-ip]: [10.0.2.15]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt388 If it gets a class back, which it will in this case (the gprs), it grabs a free
/third_party/libffi/
DChangeLog3906 gprs, and stack words separately.