Lines Matching full:uint64
47 UINT64 x[2] __attribute__((aligned(16)));
56 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */
57 UINT64 other_args[]; /* Arguments passed on stack, variable size. */
273 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
317 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
321 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i];
333 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
414 UINT64 code_pointer;
415 UINT64 gp;
420 UINT64 code_pointer; /* Pointer to ffi_closure_unix. */
421 UINT64 fake_gp; /* Pointer to closure, installed as gp. */
422 UINT64 real_gp; /* Real gp value. */
435 tramp->fake_gp = (UINT64)(PTR64)codeloc;
444 UINT64