Searched refs:gp_regs (Results 1 – 1 of 1) sorted by relevance
56 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */ member231 cif->bytes += offsetof(struct ia64_args, gp_regs[0]); in ffi_prep_cif_machdep()298 stack->gp_regs[gpcount++] = *(SINT8 *)avalue[i]; in ffi_call()301 stack->gp_regs[gpcount++] = *(UINT8 *)avalue[i]; in ffi_call()304 stack->gp_regs[gpcount++] = *(SINT16 *)avalue[i]; in ffi_call()307 stack->gp_regs[gpcount++] = *(UINT16 *)avalue[i]; in ffi_call()310 stack->gp_regs[gpcount++] = *(SINT32 *)avalue[i]; in ffi_call()313 stack->gp_regs[gpcount++] = *(UINT32 *)avalue[i]; in ffi_call()317 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i]; in ffi_call()321 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i]; in ffi_call()[all …]