Home
last modified time | relevance | path

Searched refs:fp_min (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
Dm_stacktrace.c87 Addr fp_min = uregs.xsp; in VG_() local
103 max_n_ips, fp_min, fp_max_orig, fp_max, in VG_()
112 if (fp_min + 512 >= fp_max) { in VG_()
159 if (fp_min <= uregs.xbp && in VG_()
186 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) { in VG_()
200 fp_min, fp_max ) ) { in VG_()
243 Addr fp_min = uregs.xsp; in VG_() local
259 fp_min = nacl_head + 0x10000; in VG_()
267 max_n_ips, fp_min, fp_max_orig, fp_max, in VG_()
276 if (fp_min + 256 >= fp_max) { in VG_()
[all …]
/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c155 Int fp_min = S390X_GUEST_OFFSET(guest_FP); in guest_s390x_state_requires_precise_mem_exns() local
156 Int fp_max = fp_min + 8 - 1; in guest_s390x_state_requires_precise_mem_exns()
172 if (maxoff < fp_min || minoff > fp_max) { in guest_s390x_state_requires_precise_mem_exns()