Searched refs:r7_min (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c1060 Int r7_min = offsetof(VexGuestARMState, guest_R7); local
1061 Int r7_max = r7_min + 4 - 1;
1063 if (maxoff < r7_min || minoff > r7_max) {

Completed in 99 milliseconds