Home
last modified time | relevance | path

Searched refs:pc_max (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_mips_helpers.c307 Int pc_max = pc_min + 4 - 1; in guest_mips32_state_requires_precise_mem_exns() local
317 if (maxoff < pc_min || minoff > pc_max) { in guest_mips32_state_requires_precise_mem_exns()
344 Int pc_max = pc_min + 8 - 1; in guest_mips64_state_requires_precise_mem_exns() local
354 if ( maxoff < pc_min || minoff > pc_max ) { in guest_mips64_state_requires_precise_mem_exns()
Dguest_arm_helpers.c1366 Int pc_max = pc_min + 4 - 1; in guest_arm_state_requires_precise_mem_exns() local
1376 if (maxoff < pc_min || minoff > pc_max) { in guest_arm_state_requires_precise_mem_exns()
Dguest_arm64_helpers.c1927 Int pc_max = pc_min + 8 - 1; in guest_arm64_state_requires_precise_mem_exns() local
1937 if (maxoff < pc_min || minoff > pc_max) { in guest_arm64_state_requires_precise_mem_exns()