Searched refs:gprs (Results 1 – 15 of 15) sorted by relevance
/third_party/elfutils/backends/ |
D | s390_unwind.c | 90 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()
|
D | s390_initreg.c | 64 dwarf_regs[u] = user_regs.regs.gprs[u]; in s390_set_initial_registers_tid()
|
/third_party/libunwind/src/s390x/ |
D | Gstep.c | 37 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()
|
D | Gresume.c | 63 sc->sregs->regs.gprs[i-UNW_S390X_R0] = uc.uc_mcontext.gregs[i-UNW_S390X_R0]; in s390x_local_resume()
|
/third_party/libbpf/src/ |
D | bpf_tracing.h | 135 #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]
|
D | usdt.c | 1298 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/ |
D | mi_builder.h | 136 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/ |
D | si_shader_llvm.c | 439 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/ |
D | user.h | 39 unsigned long gprs[16]; member
|
D | signal.h | 41 unsigned long gprs[16]; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 268 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/ |
D | linux64_closure.S | 91 # 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/ |
D | android_device_test.dart | 502 [net.gprs.local-ip]: [10.0.2.15]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 388 If it gets a class back, which it will in this case (the gprs), it grabs a free
|
/third_party/libffi/ |
D | ChangeLog | 3906 gprs, and stack words separately.
|