Lines Matching refs:item_base
352 char *item_base; in darwin64_struct_size_exceeds_gprs_p() local
358 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
363 if (darwin64_struct_size_exceeds_gprs_p (p, item_base, nfpr)) in darwin64_struct_size_exceeds_gprs_p()
370 item_base += 8; in darwin64_struct_size_exceeds_gprs_p()
385 if ((unsigned long)item_base >= 8*8) in darwin64_struct_size_exceeds_gprs_p()
436 char *item_base; in darwin64_pass_struct_floats() local
441 item_base = src + struct_offset; in darwin64_pass_struct_floats()
446 darwin64_pass_struct_floats (p, item_base, nfpr, in darwin64_pass_struct_floats()
451 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
453 item_base += 8; in darwin64_pass_struct_floats()
457 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
462 *fpr_base++ = (double) *(float *)item_base; in darwin64_pass_struct_floats()
527 char *item_base; in darwin64_struct_floats_to_mem() local
532 item_base = dest + struct_offset; in darwin64_struct_floats_to_mem()
537 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf); in darwin64_struct_floats_to_mem()
542 *(double *)item_base = *fprs++ ; in darwin64_struct_floats_to_mem()
545 item_base += 8; in darwin64_struct_floats_to_mem()
550 *(double *)item_base = *fprs++ ; in darwin64_struct_floats_to_mem()
557 *(float *)item_base = (float) *fprs++ ; in darwin64_struct_floats_to_mem()