Home | History | Annotate | Download | only in ia64

Lines Matching refs:valuep

106 		    struct arg_type_info *info, struct value *valuep)
118 value_set_word(valuep, value);
125 struct arg_type_info *info, struct value *valuep)
128 return allocate_stack_slot(ctx, proc, info, valuep);
133 if (valuep == NULL)
150 value_set_word(valuep, ret);
180 struct arg_type_info *info, struct value *valuep)
187 unsigned char *buf = value_reserve(valuep, sz);
217 struct arg_type_info *info, struct value *valuep,
230 return allocate_reg(ctx, proc, info, valuep);
245 if (value_reserve(valuep, sizeof(u)) == NULL)
247 memmove(value_get_raw_data(valuep), u.buf, sizeof(u));
254 struct arg_type_info *info, struct value *valuep,
281 unsigned char *buf = value_reserve(valuep, sz);
339 struct arg_type_info *info, struct value *valuep)
355 return allocate_hfa(ctx, proc, info, valuep,
363 unsigned char *buf = value_reserve(valuep, sz);
370 if (value_pass_by_reference(valuep) < 0)
372 value_set_word(valuep, ctx->r8);
379 struct arg_type_info *info, struct value *valuep)
386 value_set_word(valuep, 0);
391 return allocate_float(ctx, proc, info, valuep, 1);
396 return allocate_hfa(ctx, proc, info, valuep,
407 return allocate_arg(ctx, proc, info, valuep);
420 struct value *valuep)
431 return arch_fetch_arg_next(ctx, type, proc, info, valuep);
442 return allocate_ret(ctx, proc, info, valuep);
451 return arch_fetch_arg_next(ctx, type, proc, info, valuep);