Home | History | Annotate | Download | only in ia64

Lines Matching refs:gp_regs

57   UINT64 gp_regs[8];	/* Contents of 8 gp arg registers.  */
232 cif->bytes += offsetof(struct ia64_args, gp_regs[0]);
299 stack->gp_regs[gpcount++] = *(SINT8 *)avalue[i];
302 stack->gp_regs[gpcount++] = *(UINT8 *)avalue[i];
305 stack->gp_regs[gpcount++] = *(SINT16 *)avalue[i];
308 stack->gp_regs[gpcount++] = *(UINT16 *)avalue[i];
311 stack->gp_regs[gpcount++] = *(SINT32 *)avalue[i];
314 stack->gp_regs[gpcount++] = *(UINT32 *)avalue[i];
318 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
322 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i];
331 stack->gp_regs[gpcount++] = tmp;
338 memcpy (&stack->gp_regs[gpcount++], avalue[i], sizeof (UINT64));
346 memcpy (&stack->gp_regs[gpcount], avalue[i], 16);
378 memcpy (&stack->gp_regs[gpcount], avalue[i], size);
475 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], 1);
479 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], 2);
483 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], 4);
487 avalue[i] = &stack->gp_regs[gpcount++];
490 avalue[i] = endian_adjust(&stack->gp_regs[gpcount++], sizeof(void*));
503 avalue[i] = endian_adjust(&stack->gp_regs[gpcount], 4);
517 avalue[i] = &stack->gp_regs[gpcount];
533 avalue[i] = &stack->gp_regs[gpcount];
568 memcpy (addr + offset, (char *)stack->gp_regs + gp_offset,
572 avalue[i] = &stack->gp_regs[gpcount];