Lines Matching full:reg_args
42 extern void ffi_call_tile(ffi_sarg reg_args[NUM_ARG_REGS],
148 ffi_sarg * const reg_args = arg_mem;
149 ffi_sarg * const stack_args = ®_args[NUM_ARG_REGS];
202 ffi_call_tile(reg_args, stack_args,
206 assign_to_ffi_arg(rvalue, reg_args, cif->rtype, 0);
281 all of the work. On entry reg_args[0] holds the values the registers
282 had when the closure was invoked. On return reg_args[1] holds the register
286 ffi_sarg reg_args[2][NUM_ARG_REGS],
293 ffi_sarg * const reg_args_in = reg_args[0];
294 ffi_sarg * const reg_args_out = reg_args[1];