Lines Matching refs:item_base
351 char *item_base; in darwin64_struct_size_exceeds_gprs_p() local
357 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
362 if (darwin64_struct_size_exceeds_gprs_p (p, item_base, nfpr)) in darwin64_struct_size_exceeds_gprs_p()
369 item_base += 8; in darwin64_struct_size_exceeds_gprs_p()
384 if ((unsigned long)item_base >= 8*8) in darwin64_struct_size_exceeds_gprs_p()
435 char *item_base; in darwin64_pass_struct_floats() local
440 item_base = src + struct_offset; in darwin64_pass_struct_floats()
445 darwin64_pass_struct_floats (p, item_base, nfpr, in darwin64_pass_struct_floats()
450 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
452 item_base += 8; in darwin64_pass_struct_floats()
456 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
461 *fpr_base++ = (double) *(float *)item_base; in darwin64_pass_struct_floats()
526 char *item_base; in darwin64_struct_floats_to_mem() local
531 item_base = dest + struct_offset; in darwin64_struct_floats_to_mem()
536 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf); in darwin64_struct_floats_to_mem()
541 *(double *)item_base = *fprs++ ; in darwin64_struct_floats_to_mem()
544 item_base += 8; in darwin64_struct_floats_to_mem()
549 *(double *)item_base = *fprs++ ; in darwin64_struct_floats_to_mem()
556 *(float *)item_base = (float) *fprs++ ; in darwin64_struct_floats_to_mem()