/external/elfutils/0.153/libcpu/ |
i386_parse.y | 884 static int minoff[3][3] = { { 1000, 1000, 1000 }, 942 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); 944 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2); 946 minoff[i][2] = MIN (minoff[i][2], runp->operands[i].off3); 961 // printf ("min1 = %d, min2 = %d, min3 = %d\n", minoff[i][0], minoff[i][1], minoff[i][2]) [all...] |
i386_parse.c | 2596 static int minoff[3][3] = { { 1000, 1000, 1000 }, variable [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_helpers.c | 691 /* Figure out if any part of the guest state contained in minoff 703 Bool guest_ppc32_state_requires_precise_mem_exns ( Int minoff, 713 if (maxoff < r1_min || minoff > r1_max) { 721 if (maxoff < lr_min || minoff > lr_max) { 727 if (maxoff < cia_min || minoff > cia_max) { 736 Bool guest_ppc64_state_requires_precise_mem_exns ( Int minoff, 752 if (maxoff < r1_min || minoff > r1_max) { 760 if (maxoff < lr_min || minoff > lr_max) { 766 if (maxoff < r2_min || minoff > r2_max) { 772 if (maxoff < cia_min || minoff > cia_max) [all...] |
guest_mips_helpers.c | 282 /* Figure out if any part of the guest state contained in minoff 290 Bool guest_mips32_state_requires_precise_mem_exns(Int minoff, Int maxoff) 297 if (maxoff < sp_min || minoff > sp_max) { 305 if (maxoff < pc_min || minoff > pc_max) { 316 if (maxoff < fp_min || minoff > fp_max) { 325 Bool guest_mips64_state_requires_precise_mem_exns ( Int minoff, Int maxoff ) 332 if ( maxoff < sp_min || minoff > sp_max ) { 340 if ( maxoff < pc_min || minoff > pc_max ) { 349 if ( maxoff < fp_min || minoff > fp_max ) { [all...] |
guest_arm_helpers.c | [all...] |
guest_arm64_helpers.c | [all...] |
ir_opt.c | 544 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 & ~0xFFFF) == 0) 570 UInt minoff = offset; local 579 UInt minoff, maxoff; local [all...] |
guest_s390_helpers.c | 151 /* Figure out if any part of the guest state contained in minoff 155 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff) 166 if (maxoff < sp_min || minoff > sp_max) { 174 if (maxoff < lr_min || minoff > lr_max) { 180 if (maxoff < fp_min || minoff > fp_max) { 186 if (maxoff < ia_min || minoff > ia_max) { [all...] |
guest_x86_helpers.c | [all...] |
guest_amd64_helpers.c | [all...] |
guest_arm64_toIR.c | 981 UInt minOff = laneNo * laneSzB; 982 UInt maxOff = minOff + laneSzB - 1; 984 return base + minOff; [all...] |
/external/valgrind/main/VEX/ |
test_main.c | 1124 Int minoff = offset; local [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | 1332 Int minoff = offset; local [all...] |