Searched refs:gp_regs (Results 1 – 9 of 9) sorted by relevance
57 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */ member232 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 …]
16 #define MC_PC gp_regs[32]
52 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()
55 #define _UC_MCONTEXT_GPR(x) ( ((void *)&dmy_ctxt.uc_mcontext.gp_regs[x] - (void *)&dmy_ctxt) )
36 gregset_t gp_regs; member
57 return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]); in GetProgramCounter()
134 reinterpret_cast<void**>(signal_context->uc_mcontext.gp_regs[PT_R1]);
65 return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]); in GetProgramCounter()
135 reinterpret_cast<void **>(signal_context->uc_mcontext.gp_regs[PT_R1]);