HomeSort by relevance Sort by last modified time
    Searched refs:fp_min (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
m_stacktrace.c 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; local
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 ) )
508 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB; local
720 Addr fp_min = sp - VG_STACK_REDZONE_SZB; local
985 Addr fp_min = uregs.r13 - VG_STACK_REDZONE_SZB; local
1129 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1223 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1306 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1461 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
    [all...]
  /external/valgrind/VEX/priv/
guest_tilegx_helpers.c 169 Int fp_min = offsetof(VexGuestTILEGXState, guest_r52); local
170 Int fp_max = fp_min + 8 - 1;
172 if (maxoff < fp_min || minoff > fp_max) {
guest_mips_helpers.c 315 Int fp_min = offsetof(VexGuestMIPS32State, guest_r30); local
316 Int fp_max = fp_min + 4 - 1;
318 if (maxoff < fp_min || minoff > fp_max) {
350 Int fp_min = offsetof(VexGuestMIPS64State, guest_r30); local
351 Int fp_max = fp_min + 8 - 1;
353 if ( maxoff < fp_min || minoff > fp_max ) {
    [all...]
guest_s390_helpers.c 163 Int fp_min = S390X_GUEST_OFFSET(guest_FP); local
164 Int fp_max = fp_min + 8 - 1;
182 if (maxoff < fp_min || minoff > fp_max) {
    [all...]

Completed in 74 milliseconds