Lines Matching refs:UINT64
48 UINT64 x[2] __attribute__((aligned(16)));
57 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */
58 UINT64 other_args[]; /* Arguments passed on stack, variable size. */
274 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
318 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i]; in ffi_call()
322 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i]; in ffi_call()
338 memcpy (&stack->gp_regs[gpcount++], avalue[i], sizeof (UINT64)); in ffi_call()
419 UINT64 code_pointer; in ffi_prep_closure_loc()
420 UINT64 gp; in ffi_prep_closure_loc()
425 UINT64 code_pointer; /* Pointer to ffi_closure_unix. */ in ffi_prep_closure_loc()
426 UINT64 fake_gp; /* Pointer to closure, installed as gp. */ in ffi_prep_closure_loc()
427 UINT64 real_gp; /* Real gp value. */ in ffi_prep_closure_loc()
441 tramp->fake_gp = (UINT64)(PTR64)codeloc; in ffi_prep_closure_loc()
450 UINT64