Home | History | Annotate | Download | only in coregrind

Lines Matching refs:fp_min

80 /* Note about calculation of fp_min : fp_min is the lowest address
91 The fp_min must take this into account, otherwise, VG_(use_CF_info) will
215 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB;
229 VG_(printf)("max_n_ips=%u fp_min=0x%08lx fp_max_orig=0x08%lx, "
231 max_n_ips, fp_min, fp_max_orig, fp_max,
236 /* vg_assert(fp_min <= fp_max);*/
240 if (fp_min + 512 >= fp_max) {
315 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) {
334 if ( !VG_(use_CF_info)( &fpverif_uregs, fp_min, fp_max ) ) {
349 if (fp_min <= uregs.xbp &&
449 fp_min, fp_max ) ) {
523 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB;
537 VG_(printf)("max_n_ips=%u fp_min=0x%lx fp_max_orig=0x%lx, "
539 max_n_ips, fp_min, fp_max_orig, fp_max,
544 /* vg_assert(fp_min <= fp_max);*/
548 if (fp_min + 256 >= fp_max) {
621 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) {
652 if (fp_min <= uregs.xbp && uregs.xbp <= fp_max - 1 * sizeof(UWord)) {
688 if (fp_min <= uregs.xsp && uregs.xsp < fp_max) {
750 Addr fp_min = sp - VG_STACK_REDZONE_SZB;
764 VG_(printf)("max_n_ips=%u fp_min=0x%lx fp_max_orig=0x%lx, "
766 max_n_ips, fp_min, fp_max_orig, fp_max, ip, fp);
770 /* vg_assert(fp_min <= fp_max);*/
771 if (fp_min + 512 >= fp_max) {
830 if (fp_min <= fp && fp < fp_max-VG_WORDSIZE+1) {
851 if (fp_min <= fp && fp <= fp_max - lr_offset * sizeof(UWord)) {
1015 Addr fp_min = uregs.r13 - VG_STACK_REDZONE_SZB;
1029 VG_(printf)("\nmax_n_ips=%u fp_min=0x%lx fp_max_orig=0x%lx, "
1031 max_n_ips, fp_min, fp_max_orig, fp_max,
1036 /* vg_assert(fp_min <= fp_max);*/
1039 if (fp_min + 512 >= fp_max) {
1068 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
1159 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB;
1173 VG_(printf)("\nmax_n_ips=%u fp_min=0x%lx fp_max_orig=0x%lx, "
1175 max_n_ips, fp_min, fp_max_orig, fp_max,
1180 /* vg_assert(fp_min <= fp_max);*/
1183 if (fp_min + 512 >= fp_max) {
1209 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
1253 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB;
1262 VG_(printf)("max_n_ips=%u fp_min=0x%lx fp_max_orig=0x%lx, "
1264 max_n_ips, fp_min, fp_max_orig, fp_max,
1280 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
1336 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB;
1355 VG_(printf)("max_n_ips=%u fp_min=0x%lx fp_max_orig=0x%lx, "
1357 max_n_ips, fp_min, fp_max_orig, fp_max,
1376 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {