• Home
  • Raw
  • Download

Lines Matching refs:gp_regs

57   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()
299 stack->gp_regs[gpcount++] = *(SINT8 *)avalue[i]; in ffi_call()
302 stack->gp_regs[gpcount++] = *(UINT8 *)avalue[i]; in ffi_call()
305 stack->gp_regs[gpcount++] = *(SINT16 *)avalue[i]; in ffi_call()
308 stack->gp_regs[gpcount++] = *(UINT16 *)avalue[i]; in ffi_call()
311 stack->gp_regs[gpcount++] = *(SINT32 *)avalue[i]; in ffi_call()
314 stack->gp_regs[gpcount++] = *(UINT32 *)avalue[i]; in ffi_call()
318 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i]; in ffi_call()
322 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i]; in ffi_call()
331 stack->gp_regs[gpcount++] = tmp; in ffi_call()
338 memcpy (&stack->gp_regs[gpcount++], avalue[i], sizeof (UINT64)); in ffi_call()
346 memcpy (&stack->gp_regs[gpcount], avalue[i], 16); in ffi_call()
378 memcpy (&stack->gp_regs[gpcount], avalue[i], size); in ffi_call()
475 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], 1); in ffi_closure_unix_inner()
479 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], 2); in ffi_closure_unix_inner()
483 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], 4); in ffi_closure_unix_inner()
487 avalue[i] = &stack->gp_regs[gpcount++]; in ffi_closure_unix_inner()
490 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], sizeof(void*)); in ffi_closure_unix_inner()
503 avalue[i] = endian_adjust(&stack->gp_regs[gpcount], 4); in ffi_closure_unix_inner()
517 avalue[i] = &stack->gp_regs[gpcount]; in ffi_closure_unix_inner()
533 avalue[i] = &stack->gp_regs[gpcount]; in ffi_closure_unix_inner()
568 memcpy (addr + offset, (char *)stack->gp_regs + gp_offset, in ffi_closure_unix_inner()
572 avalue[i] = &stack->gp_regs[gpcount]; in ffi_closure_unix_inner()