Home
last modified time | relevance | path

Searched refs:gp_regs (Results 1 – 9 of 9) sorted by relevance

/third_party/libffi/src/ia64/
Dffi.c57 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */ member
232 cif->bytes += offsetof(struct ia64_args, gp_regs[0]); in ffi_prep_cif_machdep_core()
315 stack->gp_regs[gpcount++] = *(SINT8 *)avalue[i]; in ffi_call()
318 stack->gp_regs[gpcount++] = *(UINT8 *)avalue[i]; in ffi_call()
321 stack->gp_regs[gpcount++] = *(SINT16 *)avalue[i]; in ffi_call()
324 stack->gp_regs[gpcount++] = *(UINT16 *)avalue[i]; in ffi_call()
327 stack->gp_regs[gpcount++] = *(SINT32 *)avalue[i]; in ffi_call()
330 stack->gp_regs[gpcount++] = *(UINT32 *)avalue[i]; in ffi_call()
334 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i]; in ffi_call()
338 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i]; in ffi_call()
[all …]
/third_party/musl/arch/powerpc64/
Dpthread_arch.h16 #define MC_PC gp_regs[32]
/third_party/libunwind/src/ppc64/
DGinit.c52 addr = &uc->uc_mcontext.gp_regs[reg - UNW_PPC64_R0]; in uc_addr()
96 addr = &uc->uc_mcontext.gp_regs[gregs_idx]; in uc_addr()
Ducontext_i.h55 #define _UC_MCONTEXT_GPR(x) ( ((void *)&dmy_ctxt.uc_mcontext.gp_regs[x] - (void *)&dmy_ctxt) )
/third_party/musl/arch/powerpc64/bits/
Dsignal.h36 gregset_t gp_regs; member
/third_party/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc57 return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]); in GetProgramCounter()
Dstacktrace_powerpc-inl.inc134 reinterpret_cast<void**>(signal_context->uc_mcontext.gp_regs[PT_R1]);
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc65 return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]); in GetProgramCounter()
Dstacktrace_powerpc-inl.inc135 reinterpret_cast<void **>(signal_context->uc_mcontext.gp_regs[PT_R1]);