HomeSort by relevance Sort by last modified time
    Searched defs:gp_regs (Results 1 - 2 of 2) sorted by null

  /external/libffi/src/ia64/
ffi.c 56 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */ member in struct:ia64_args
231 cif->bytes += offsetof(struct ia64_args, gp_regs[0]);
298 stack->gp_regs[gpcount++] = *(SINT8 *)avalue[i];
301 stack->gp_regs[gpcount++] = *(UINT8 *)avalue[i];
304 stack->gp_regs[gpcount++] = *(SINT16 *)avalue[i];
307 stack->gp_regs[gpcount++] = *(UINT16 *)avalue[i];
310 stack->gp_regs[gpcount++] = *(SINT32 *)avalue[i];
313 stack->gp_regs[gpcount++] = *(UINT32 *)avalue[i];
317 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
321 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i]
    [all...]
  /external/valgrind/main/include/vki/
vki-ppc64-linux.h 313 vki_elf_gregset_t gp_regs; member in struct:vki_sigcontext

Completed in 620 milliseconds