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

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_helpers.c1327 Int x29_min = offsetof(VexGuestARM64State, guest_X29); local
1328 Int x29_max = x29_min + 8 - 1;
1330 if (maxoff < x29_min || minoff > x29_max) {

Completed in 305 milliseconds