Searched defs:minoff (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_tilegx_helpers.c138 /* Figure out if any part of the guest state contained in minoff
145 Int minoff, Int maxoff,
153 if (maxoff < sp_min || minoff > sp_max) {
161 if (maxoff < pc_min || minoff > pc_max) {
172 if (maxoff < fp_min || minoff > fp_max) {
144 guest_tilegx_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl) argument
H A Dguest_mips_helpers.c282 /* Figure out if any part of the guest state contained in minoff
291 Int minoff, Int maxoff, VexRegisterUpdates pxControl
299 if (maxoff < sp_min || minoff > sp_max) {
307 if (maxoff < pc_min || minoff > pc_max) {
318 if (maxoff < fp_min || minoff > fp_max) {
328 Int minoff, Int maxoff, VexRegisterUpdates pxControl
336 if ( maxoff < sp_min || minoff > sp_max ) {
344 if ( maxoff < pc_min || minoff > pc_max ) {
353 if ( maxoff < fp_min || minoff > fp_max ) {
290 guest_mips32_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
327 guest_mips64_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
H A Dguest_ppc_helpers.c706 /* Figure out if any part of the guest state contained in minoff
719 Int minoff, Int maxoff, VexRegisterUpdates pxControl
729 if (maxoff < r1_min || minoff > r1_max) {
737 if (maxoff < lr_min || minoff > lr_max) {
743 if (maxoff < cia_min || minoff > cia_max) {
753 Int minoff, Int maxoff, VexRegisterUpdates pxControl
769 if (maxoff < r1_min || minoff > r1_max) {
777 if (maxoff < lr_min || minoff > lr_max) {
783 if (maxoff < r2_min || minoff > r2_max) {
789 if (maxoff < cia_min || minoff > cia_ma
718 guest_ppc32_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
752 guest_ppc64_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
[all...]
H A Dguest_arm64_helpers.c1313 /* Figure out if any part of the guest state contained in minoff
1321 Int minoff, Int maxoff, VexRegisterUpdates pxControl
1329 if (maxoff < xsp_min || minoff > xsp_max) {
1337 if (maxoff < pc_min || minoff > pc_max) {
1347 if (maxoff < x29_min || minoff > x29_max) {
1357 if (maxoff < x30_min || minoff > x30_max) {
1320 guest_arm64_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
H A Dguest_arm_helpers.c1091 /* Figure out if any part of the guest state contained in minoff
1101 Int minoff, Int maxoff, VexRegisterUpdates pxControl
1109 if (maxoff < sp_min || minoff > sp_max) {
1117 if (maxoff < pc_min || minoff > pc_max) {
1128 if (maxoff < r11_min || minoff > r11_max) {
1139 if (maxoff < r7_min || minoff > r7_max) {
1100 guest_arm_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
H A Dguest_s390_helpers.c151 /* Figure out if any part of the guest state contained in minoff
156 Int minoff, Int maxoff, VexRegisterUpdates pxControl
168 if (maxoff < sp_min || minoff > sp_max) {
176 if (maxoff < lr_min || minoff > lr_max) {
182 if (maxoff < fp_min || minoff > fp_max) {
188 if (maxoff < ia_min || minoff > ia_max) {
155 guest_s390x_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
H A Dguest_x86_helpers.c2885 /* Figure out if any part of the guest state contained in minoff
2896 Int minoff, Int maxoff, VexRegisterUpdates pxControl
2906 if (maxoff < esp_min || minoff > esp_max) {
2914 if (maxoff < ebp_min || minoff > ebp_max) {
2920 if (maxoff < eip_min || minoff > eip_max) {
2895 guest_x86_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
H A Dguest_amd64_helpers.c4323 /* Figure out if any part of the guest state contained in minoff
4334 Int minoff, Int maxoff, VexRegisterUpdates pxControl
4344 if (maxoff < rsp_min || minoff > rsp_max) {
4352 if (maxoff < rbp_min || minoff > rbp_max) {
4358 if (maxoff < rip_min || minoff > rip_max) {
4333 guest_amd64_state_requires_precise_mem_exns( Int minoff, Int maxoff, VexRegisterUpdates pxControl ) argument
H A Dir_opt.c544 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
546 there is no match, add a (minoff,maxoff) :-> t binding.
548 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
549 any binding which fully or partially overlaps with (minoff,maxoff).
550 Then add a new (minoff,maxoff) :-> t or c binding. */
556 UInt* minoff, UInt* maxoff )
558 *minoff = descr->base;
559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
560 vassert((*minoff
555 getArrayBounds( IRRegArray* descr, UInt* minoff, UInt* maxoff ) argument
570 UInt minoff = offset; local
579 UInt minoff, maxoff; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dext_attr.c940 unsigned int minoff; local
965 minoff = EXT2_INODE_SIZE(fs->super) - sizeof(*inode) - sizeof(__u32);
976 if (offs < minoff)
977 minoff = offs;
981 *size = minoff - ((char *)entry - (char *)start) - sizeof(__u32);
984 *size = EXT2_EXT_ATTR_SIZE(minoff -
/external/valgrind/VEX/useful/
H A Dtest_main.c1145 Int minoff = offset; local
1146 Int maxoff = minoff + size - 1;
1147 tl_assert((minoff & ~0xFFFF) == 0);
1156 if (maxoff < minoffD || maxoffD < minoff)
1158 if (minoff >= minoffD && maxoff <= maxoffD)
/external/valgrind/memcheck/
H A Dmc_translate.c1401 Int minoff = offset; local
1402 Int maxoff = minoff + size - 1;
1403 tl_assert((minoff & ~0xFFFF) == 0);
1412 if (maxoff < minoffD || maxoffD < minoff)
1414 if (minoff >= minoffD && maxoff <= maxoffD)

Completed in 298 milliseconds